Searched refs:GeoNotifierVector (Results 1 – 3 of 3) sorted by relevance
214 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 …]
115 typedef Vector<RefPtr<GeoNotifier> > GeoNotifierVector; typedef126 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&);
10954 Introduce GeoNotifierVector typedef for increased readability