Home
last modified time | relevance | path

Searched refs:GeoNotifierVector (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
DGeolocation.cpp214 void Geolocation::Watchers::getNotifiersVector(GeoNotifierVector& copy) const in getNotifiersVector()
476 void Geolocation::sendError(GeoNotifierVector& notifiers, PositionError* error) in sendError()
478 GeoNotifierVector::const_iterator end = notifiers.end(); in sendError()
479 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it) { in sendError()
487 void Geolocation::sendPosition(GeoNotifierVector& notifiers, Geoposition* position) in sendPosition()
489 GeoNotifierVector::const_iterator end = notifiers.end(); in sendPosition()
490 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it) { in sendPosition()
498 void Geolocation::stopTimer(GeoNotifierVector& notifiers) in stopTimer()
500 GeoNotifierVector::const_iterator end = notifiers.end(); in stopTimer()
501 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it) { in stopTimer()
[all …]
DGeolocation.h115 typedef Vector<RefPtr<GeoNotifier> > GeoNotifierVector; typedef
126 void getNotifiersVector(GeoNotifierVector&) const;
153 void sendError(GeoNotifierVector&, PositionError*);
154 void sendPosition(GeoNotifierVector&, Geoposition*);
156 …static void extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVector* ca…
157 static void copyToSet(const GeoNotifierVector&, GeoNotifierSet&);
159 static void stopTimer(GeoNotifierVector&);
164 void cancelRequests(GeoNotifierVector&);
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0610954 Introduce GeoNotifierVector typedef for increased readability