Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebGeolocationClient.h43 void setEnableHighAccuracy(bool) { } in setEnableHighAccuracy() function
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebGeolocationClient.h46 virtual void setEnableHighAccuracy(bool) { } in setEnableHighAccuracy() function
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebGeolocationClient.cpp61 void WebGeolocationClient::setEnableHighAccuracy(bool) in setEnableHighAccuracy() function in WebKit::WebGeolocationClient
/external/webkit/Source/WebKit/chromium/src/
DGeolocationClientProxy.cpp72 void GeolocationClientProxy::setEnableHighAccuracy(bool highAccuracy) in setEnableHighAccuracy() function in WebKit::GeolocationClientProxy
DWebGeolocationClientMock.cpp105 void WebGeolocationClientMock::setEnableHighAccuracy(bool accuracy) in setEnableHighAccuracy() function in WebKit::WebGeolocationClientMock
/external/webkit/Source/WebCore/page/
DPositionOptions.h39 void setEnableHighAccuracy(bool enable) { m_highAccuracy = enable; } in setEnableHighAccuracy() function
/external/webkit/Source/WebCore/platform/mock/
DGeolocationClientMock.cpp151 void GeolocationClientMock::setEnableHighAccuracy(bool) in setEnableHighAccuracy() function in WebCore::GeolocationClientMock
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DGeolocationClientQt.cpp118 void GeolocationClientQt::setEnableHighAccuracy(bool) in setEnableHighAccuracy() function in WebCore::GeolocationClientQt