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

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPlatformEventController.cpp33 void PlatformEventController::startUpdating() function in class:blink::PlatformEventController
65 startUpdating();
/external/chromium_org/third_party/WebKit/Source/web/
H A DGeolocationClientProxy.cpp55 void GeolocationClientProxy::startUpdating() function in class:blink::GeolocationClientProxy
57 m_client->startUpdating();
/external/chromium_org/content/renderer/
H A Dgeolocation_dispatcher.cc44 void GeolocationDispatcher::startUpdating() { function in class:content::GeolocationDispatcher
58 // startUpdating in response to the first high-accuracy Geolocation
65 startUpdating();
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
H A DGeolocationClientMock.cpp129 void GeolocationClientMock::startUpdating() function in class:blink::GeolocationClientMock
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocation.cpp178 // if we don't yet have permission, request for permission before calling startUpdating()
181 } else if (startUpdating(notifier))
233 if (!notifier->options()->timeout() || startUpdating(notifier))
485 bool Geolocation::startUpdating(GeoNotifier* notifier) function in class:blink::Geolocation
515 if (startUpdating(notifier))

Completed in 2115 milliseconds