Searched defs:watchersCopy (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocation.cpp398 GeoNotifierVector watchersCopy; local
399 m_watchers.getNotifiersVector(watchersCopy);
411 extractNotifiersWithCachedPosition(watchersCopy, 0);
415 sendError(watchersCopy, error);
450 GeoNotifierVector watchersCopy; local
451 m_watchers.getNotifiersVector(watchersCopy);
464 sendPosition(watchersCopy, lastPosition());

Completed in 653 milliseconds