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

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocation.h108 typedef HeapHashSet<Member<GeoNotifier> > GeoNotifierSet; typedef in class:blink::FINAL
120 static void copyToSet(const GeoNotifierVector& src, GeoNotifierSet& dest);
167 GeoNotifierSet m_oneShots;
169 GeoNotifierSet m_pendingForPermissionNotifiers;
184 GeoNotifierSet m_requestsAwaitingCachedPosition;

Completed in 217 milliseconds