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

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocation.h117 static void extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVector* cached);
H A DGeolocation.cpp367 void Geolocation::extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVector* cached) function in class:blink::Geolocation
410 extractNotifiersWithCachedPosition(oneShotsCopy, &oneShotsWithCachedPosition);
411 extractNotifiersWithCachedPosition(watchersCopy, 0);

Completed in 1210 milliseconds