Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
DPositionOptions.h40 void setEnableHighAccuracy(bool enable) { m_highAccuracy = enable; } in setEnableHighAccuracy() function
/external/chromium_org/third_party/WebKit/Source/web/
DGeolocationClientProxy.cpp71 void GeolocationClientProxy::setEnableHighAccuracy(bool highAccuracy) in setEnableHighAccuracy() function in blink::GeolocationClientProxy
/external/chromium_org/content/renderer/
Dgeolocation_dispatcher.cc61 void GeolocationDispatcher::setEnableHighAccuracy(bool enable_high_accuracy) { in setEnableHighAccuracy() function in content::GeolocationDispatcher
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
DGeolocationClientMock.cpp148 void GeolocationClientMock::setEnableHighAccuracy(bool) in setEnableHighAccuracy() function in WebCore::GeolocationClientMock