Searched refs:m_updatesOngoing (Results 1 – 2 of 2) sorted by relevance
144 …m_engine(0), m_satellite(0), m_device(0), m_requestTimer(this), m_updatesOngoing(false), m_request… in QGeoSatelliteInfoSourceGypsy()200 if (!m_updatesOngoing) { in satellitesChanged()205 if (m_updatesOngoing) in satellitesChanged()296 if (m_updatesOngoing) in startUpdates()303 m_updatesOngoing = true; in startUpdates()308 if (!m_updatesOngoing) in stopUpdates()310 m_updatesOngoing = false; in stopUpdates()345 if (!m_updatesOngoing) { in requestUpdate()366 if (!m_updatesOngoing) { in requestUpdateTimeout()
135 bool m_updatesOngoing; variable