Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DGeolocation.h116 typedef HashSet<RefPtr<GeoNotifier> > GeoNotifierSet; typedef
157 static void copyToSet(const GeoNotifierVector&, GeoNotifierSet&);
194 GeoNotifierSet m_oneShots;
201 GeoNotifierSet m_pendingForPermissionNotifiers;
215 GeoNotifierSet m_requestsAwaitingCachedPosition;
DGeolocation.cpp373 GeoNotifierSet::const_iterator end = m_requestsAwaitingCachedPosition.end(); in makeCachedPositionCallbacks()
374 …for (GeoNotifierSet::const_iterator iter = m_requestsAwaitingCachedPosition.begin(); iter != end; … in makeCachedPositionCallbacks()
560 void Geolocation::copyToSet(const GeoNotifierVector& src, GeoNotifierSet& dest) in copyToSet()
734 GeoNotifierSet::const_iterator end = m_pendingForPermissionNotifiers.end(); in handlePendingPermissionNotifiers()
735 …for (GeoNotifierSet::const_iterator iter = m_pendingForPermissionNotifiers.begin(); iter != end; +… in handlePendingPermissionNotifiers()