GeoNotifierSet    401 Source/modules/geolocation/Geolocation.cpp     GeoNotifierSet::const_iterator end = m_requestsAwaitingCachedPosition.end();
GeoNotifierSet    402 Source/modules/geolocation/Geolocation.cpp     for (GeoNotifierSet::const_iterator iter = m_requestsAwaitingCachedPosition.begin(); iter != end; ++iter) {
GeoNotifierSet    566 Source/modules/geolocation/Geolocation.cpp void Geolocation::copyToSet(const GeoNotifierVector& src, GeoNotifierSet& dest)
GeoNotifierSet    693 Source/modules/geolocation/Geolocation.cpp     GeoNotifierSet::const_iterator end = m_pendingForPermissionNotifiers.end();
GeoNotifierSet    694 Source/modules/geolocation/Geolocation.cpp     for (GeoNotifierSet::const_iterator iter = m_pendingForPermissionNotifiers.begin(); iter != end; ++iter) {
GeoNotifierSet    175 Source/modules/geolocation/Geolocation.h     static void copyToSet(const GeoNotifierVector& src, GeoNotifierSet& dest);
GeoNotifierSet    233 Source/modules/geolocation/Geolocation.h     GeoNotifierSet m_oneShots;
GeoNotifierSet    235 Source/modules/geolocation/Geolocation.h     GeoNotifierSet m_pendingForPermissionNotifiers;
GeoNotifierSet    245 Source/modules/geolocation/Geolocation.h     GeoNotifierSet m_requestsAwaitingCachedPosition;