Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DGeolocation.cpp573 GeoNotifierVector oneShotsCopy; in handleError() local
574 copyToVector(m_oneShots, oneShotsCopy); in handleError()
588 extractNotifiersWithCachedPosition(oneShotsCopy, &oneShotsWithCachedPosition); in handleError()
592 sendError(oneShotsCopy, error); in handleError()
648 GeoNotifierVector oneShotsCopy; in makeSuccessCallbacks() local
649 copyToVector(m_oneShots, oneShotsCopy); in makeSuccessCallbacks()
659 sendPosition(oneShotsCopy, lastPosition()); in makeSuccessCallbacks()