Home
last modified time | relevance | path

Searched refs:setEnableHighAccuracy (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DGeolocationClientProxy.cpp72 void GeolocationClientProxy::setEnableHighAccuracy(bool highAccuracy) in setEnableHighAccuracy() function in WebKit::GeolocationClientProxy
74 m_client->setEnableHighAccuracy(highAccuracy); in setEnableHighAccuracy()
DWebGeolocationClientMock.cpp105 void WebGeolocationClientMock::setEnableHighAccuracy(bool accuracy) in setEnableHighAccuracy() function in WebKit::WebGeolocationClientMock
107 m_clientMock->setEnableHighAccuracy(accuracy); in setEnableHighAccuracy()
DGeolocationClientProxy.h48 virtual void setEnableHighAccuracy(bool);
/external/webkit/Source/WebCore/page/
DGeolocationController.cpp61 m_client->setEnableHighAccuracy(true); in addObserver()
79 m_client->setEnableHighAccuracy(false); in removeObserver()
DGeolocationClient.h44 virtual void setEnableHighAccuracy(bool) = 0;
DPositionOptions.h39 void setEnableHighAccuracy(bool enable) { m_highAccuracy = enable; } in setEnableHighAccuracy() function
/external/webkit/Source/WebKit/chromium/public/
DWebGeolocationClient.h40 virtual void setEnableHighAccuracy(bool) = 0;
DWebGeolocationClientMock.h59 virtual void setEnableHighAccuracy(bool);
/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.h51 virtual void setEnableHighAccuracy(bool);
DWebGeolocationClient.cpp61 void WebGeolocationClient::setEnableHighAccuracy(bool) in setEnableHighAccuracy() function in WebKit::WebGeolocationClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DGeolocationClientQt.h55 void setEnableHighAccuracy(bool);
DGeolocationClientQt.cpp118 void GeolocationClientQt::setEnableHighAccuracy(bool) in setEnableHighAccuracy() function in WebCore::GeolocationClientQt
/external/webkit/Source/WebCore/platform/mock/
DGeolocationClientMock.h68 virtual void setEnableHighAccuracy(bool);
DGeolocationClientMock.cpp151 void GeolocationClientMock::setEnableHighAccuracy(bool) in setEnableHighAccuracy() function in WebCore::GeolocationClientMock
/external/webkit/Source/WebCore/bindings/js/
DJSGeolocationCustom.cpp70 options->setEnableHighAccuracy(enableHighAccuracyValue.toBoolean(exec)); in createPositionOptions()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8GeolocationCustom.cpp74 options->setEnableHighAccuracy(enableHighAccuracyBoolean->Value()); in createPositionOptions()
/external/webkit/Source/WebKit/qt/
DChangeLog2070 (WebCore::GeolocationClientQt::setEnableHighAccuracy):
/external/webkit/Source/WebKit/win/
DChangeLog2290 (WebGeolocationClient::setEnableHighAccuracy):
3887 Stub out setEnableHighAccuracy method for the Win port.
3890 (WebGeolocationControllerClient::setEnableHighAccuracy):
/external/webkit/Source/WebKit/mac/
DChangeLog3986 (WebGeolocationClient::setEnableHighAccuracy):
6923 Stub out setEnableHighAccuracy method for the Mac port.
6926 (WebGeolocationControllerClient::setEnableHighAccuracy):
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-163323 (WebKit::WebGeolocationClientMock::setEnableHighAccuracy):
3368 (WebKit::GeolocationClientProxy::setEnableHighAccuracy):
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-168965 (WebKit::WebGeolocationClient::setEnableHighAccuracy):
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1675141 (WebCore::PositionOptions::setEnableHighAccuracy):
75592 (WebCore::PositionOptions::setEnableHighAccuracy):
DChangeLog-2010-12-067214 (WebCore::GeolocationClientMock::setEnableHighAccuracy):