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

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocation.cpp395 GeoNotifierVector oneShotsCopy; local
396 copyToVector(m_oneShots, oneShotsCopy);
410 extractNotifiersWithCachedPosition(oneShotsCopy, &oneShotsWithCachedPosition);
414 sendError(oneShotsCopy, error);
447 GeoNotifierVector oneShotsCopy; local
448 copyToVector(m_oneShots, oneShotsCopy);
463 sendPosition(oneShotsCopy, lastPosition());

Completed in 3232 milliseconds