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

/external/webkit/Source/WebCore/page/
H A DGeolocationClient.h44 virtual void setEnableHighAccuracy(bool) = 0;
H A DPositionOptions.h39 void setEnableHighAccuracy(bool enable) { m_highAccuracy = enable; } function in class:WebCore::PositionOptions
H A DGeolocationController.cpp61 m_client->setEnableHighAccuracy(true);
79 m_client->setEnableHighAccuracy(false);
/external/webkit/Source/WebKit/chromium/src/
H A DGeolocationClientProxy.cpp72 void GeolocationClientProxy::setEnableHighAccuracy(bool highAccuracy) function in class:WebKit::GeolocationClientProxy
74 m_client->setEnableHighAccuracy(highAccuracy);
H A DGeolocationClientProxy.h48 virtual void setEnableHighAccuracy(bool);
H A DWebGeolocationClientMock.cpp105 void WebGeolocationClientMock::setEnableHighAccuracy(bool accuracy) function in class:WebKit::WebGeolocationClientMock
107 m_clientMock->setEnableHighAccuracy(accuracy);
/external/webkit/Source/WebKit/chromium/public/
H A DWebGeolocationClient.h40 virtual void setEnableHighAccuracy(bool) = 0;
H A DWebGeolocationClientMock.h59 virtual void setEnableHighAccuracy(bool);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebGeolocationClient.h43 void setEnableHighAccuracy(bool) { } function in class:WebGeolocationClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DGeolocationClientQt.h55 void setEnableHighAccuracy(bool);
H A DGeolocationClientQt.cpp118 void GeolocationClientQt::setEnableHighAccuracy(bool) function in class:WebCore::GeolocationClientQt
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebGeolocationClient.h46 virtual void setEnableHighAccuracy(bool) { } function in class:WebGeolocationClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebGeolocationClient.cpp61 void WebGeolocationClient::setEnableHighAccuracy(bool) function in class:WebKit::WebGeolocationClient
H A DWebGeolocationClient.h51 virtual void setEnableHighAccuracy(bool);
/external/webkit/Source/WebCore/platform/mock/
H A DGeolocationClientMock.h68 virtual void setEnableHighAccuracy(bool);
H A DGeolocationClientMock.cpp151 void GeolocationClientMock::setEnableHighAccuracy(bool) function in class:WebCore::GeolocationClientMock
/external/webkit/Source/WebCore/bindings/js/
H A DJSGeolocationCustom.cpp70 options->setEnableHighAccuracy(enableHighAccuracyValue.toBoolean(exec));
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8GeolocationCustom.cpp74 options->setEnableHighAccuracy(enableHighAccuracyBoolean->Value());

Completed in 1465 milliseconds