GeoNotifierVector  247 Source/modules/geolocation/Geolocation.cpp void Geolocation::Watchers::getNotifiersVector(GeoNotifierVector& copy) const
GeoNotifierVector  492 Source/modules/geolocation/Geolocation.cpp void Geolocation::sendError(GeoNotifierVector& notifiers, PositionError* error)
GeoNotifierVector  494 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector::const_iterator end = notifiers.end();
GeoNotifierVector  495 Source/modules/geolocation/Geolocation.cpp     for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it)
GeoNotifierVector  499 Source/modules/geolocation/Geolocation.cpp void Geolocation::sendPosition(GeoNotifierVector& notifiers, Geoposition* position)
GeoNotifierVector  501 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector::const_iterator end = notifiers.end();
GeoNotifierVector  502 Source/modules/geolocation/Geolocation.cpp     for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it)
GeoNotifierVector  506 Source/modules/geolocation/Geolocation.cpp void Geolocation::stopTimer(GeoNotifierVector& notifiers)
GeoNotifierVector  508 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector::const_iterator end = notifiers.end();
GeoNotifierVector  509 Source/modules/geolocation/Geolocation.cpp     for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it)
GeoNotifierVector  515 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector copy;
GeoNotifierVector  523 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector copy;
GeoNotifierVector  535 Source/modules/geolocation/Geolocation.cpp void Geolocation::cancelRequests(GeoNotifierVector& notifiers)
GeoNotifierVector  537 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector::const_iterator end = notifiers.end();
GeoNotifierVector  538 Source/modules/geolocation/Geolocation.cpp     for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it)
GeoNotifierVector  544 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector copy;
GeoNotifierVector  551 Source/modules/geolocation/Geolocation.cpp void Geolocation::extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVector* cached)
GeoNotifierVector  553 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector nonCached;
GeoNotifierVector  554 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector::iterator end = notifiers.end();
GeoNotifierVector  555 Source/modules/geolocation/Geolocation.cpp     for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it) {
GeoNotifierVector  566 Source/modules/geolocation/Geolocation.cpp void Geolocation::copyToSet(const GeoNotifierVector& src, GeoNotifierSet& dest)
GeoNotifierVector  568 Source/modules/geolocation/Geolocation.cpp      GeoNotifierVector::const_iterator end = src.end();
GeoNotifierVector  569 Source/modules/geolocation/Geolocation.cpp      for (GeoNotifierVector::const_iterator it = src.begin(); it != end; ++it) {
GeoNotifierVector  579 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector oneShotsCopy;
GeoNotifierVector  582 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector watchersCopy;
GeoNotifierVector  588 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector oneShotsWithCachedPosition;
GeoNotifierVector  631 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector oneShotsCopy;
GeoNotifierVector  634 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector watchersCopy;
GeoNotifierVector  157 Source/modules/geolocation/Geolocation.h         void getNotifiersVector(GeoNotifierVector&) const;
GeoNotifierVector  167 Source/modules/geolocation/Geolocation.h     void sendError(GeoNotifierVector&, PositionError*);
GeoNotifierVector  168 Source/modules/geolocation/Geolocation.h     void sendPosition(GeoNotifierVector&, Geoposition*);
GeoNotifierVector  172 Source/modules/geolocation/Geolocation.h     static void extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVector* cached);
GeoNotifierVector  175 Source/modules/geolocation/Geolocation.h     static void copyToSet(const GeoNotifierVector& src, GeoNotifierSet& dest);
GeoNotifierVector  177 Source/modules/geolocation/Geolocation.h     static void stopTimer(GeoNotifierVector&);
GeoNotifierVector  183 Source/modules/geolocation/Geolocation.h     void cancelRequests(GeoNotifierVector&);