Searched refs:extractNotifiersWithCachedPosition (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DGeolocation.h156 static void extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVector* cached);
H A DGeolocation.cpp545 void Geolocation::extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVector* cached) function in class:WebCore::Geolocation
588 extractNotifiersWithCachedPosition(oneShotsCopy, &oneShotsWithCachedPosition);
589 extractNotifiersWithCachedPosition(watchersCopy, 0);

Completed in 65 milliseconds