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

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

Completed in 21 milliseconds