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

/external/chromium_org/third_party/WebKit/Source/web/
H A DGeolocationClientProxy.cpp65 void GeolocationClientProxy::setEnableHighAccuracy(bool highAccuracy) function in class:blink::GeolocationClientProxy
67 m_client->setEnableHighAccuracy(highAccuracy);
H A DGeolocationClientProxy.h49 virtual void setEnableHighAccuracy(bool) OVERRIDE;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebGeolocationClient.h41 virtual void setEnableHighAccuracy(bool) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationClient.h44 virtual void setEnableHighAccuracy(bool) = 0;
H A DGeolocationController.cpp118 m_client->setEnableHighAccuracy(true);
136 m_client->setEnableHighAccuracy(false);
/external/chromium_org/content/renderer/
H A Dgeolocation_dispatcher.h39 virtual void setEnableHighAccuracy(bool enable_high_accuracy);
H A Dgeolocation_dispatcher.cc56 void GeolocationDispatcher::setEnableHighAccuracy(bool enable_high_accuracy) { function in class:content::GeolocationDispatcher
57 // GeolocationController calls setEnableHighAccuracy(true) before
60 // it calls setEnableHighAccuracy(false) after stopUpdating.
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
H A DGeolocationClientMock.h60 virtual void setEnableHighAccuracy(bool) OVERRIDE;
H A DGeolocationClientMock.cpp143 void GeolocationClientMock::setEnableHighAccuracy(bool) function in class:blink::GeolocationClientMock

Completed in 1728 milliseconds