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

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DPositionOptions.h40 void setEnableHighAccuracy(bool enable) { m_highAccuracy = enable; } function in class:WebCore::PositionOptions
/external/chromium_org/third_party/WebKit/Source/web/
H A DGeolocationClientProxy.cpp71 void GeolocationClientProxy::setEnableHighAccuracy(bool highAccuracy) function in class:blink::GeolocationClientProxy
73 m_client->setEnableHighAccuracy(highAccuracy);
/external/chromium_org/content/renderer/
H A Dgeolocation_dispatcher.cc61 void GeolocationDispatcher::setEnableHighAccuracy(bool enable_high_accuracy) { function in class:content::GeolocationDispatcher
62 // GeolocationController calls setEnableHighAccuracy(true) before
65 // it calls setEnableHighAccuracy(false) after stopUpdating.
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
H A DGeolocationClientMock.cpp148 void GeolocationClientMock::setEnableHighAccuracy(bool) function in class:WebCore::GeolocationClientMock

Completed in 92 milliseconds