Home
last modified time | relevance | path

Searched refs:m_oneShots (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DGeolocation.cpp291 m_oneShots.add(notifier); in getCurrentPosition()
340 m_oneShots.remove(notifier); in fatalErrorOccurred()
380 if (m_oneShots.contains(notifier)) in makeCachedPositionCallbacks()
381 m_oneShots.remove(notifier); in makeCachedPositionCallbacks()
399 m_oneShots.remove(notifier); in requestTimedOut()
510 copyToVector(m_oneShots, copy); in stopTimersForOneShots()
539 copyToVector(m_oneShots, copy); in cancelAllRequests()
574 copyToVector(m_oneShots, oneShotsCopy); in handleError()
583 m_oneShots.clear(); in handleError()
602 copyToSet(oneShotsWithCachedPosition, m_oneShots); in handleError()
[all …]
DGeolocation.h151 bool hasListeners() const { return !m_oneShots.isEmpty() || !m_watchers.isEmpty(); } in hasListeners()
194 GeoNotifierSet m_oneShots; variable