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

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocation.h107 typedef HeapVector<Member<GeoNotifier> > GeoNotifierVector; typedef in class:blink::FINAL
112 void sendError(GeoNotifierVector&, PositionError*);
113 void sendPosition(GeoNotifierVector&, Geoposition*);
117 static void extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVector* cached);
120 static void copyToSet(const GeoNotifierVector& src, GeoNotifierSet& dest);
122 static void stopTimer(GeoNotifierVector&);
128 void cancelRequests(GeoNotifierVector&);

Completed in 65 milliseconds