/external/webkit/Source/WebKit/chromium/src/ |
D | GeolocationClientProxy.cpp | 72 void GeolocationClientProxy::setEnableHighAccuracy(bool highAccuracy) in setEnableHighAccuracy() function in WebKit::GeolocationClientProxy 74 m_client->setEnableHighAccuracy(highAccuracy); in setEnableHighAccuracy()
|
D | WebGeolocationClientMock.cpp | 105 void WebGeolocationClientMock::setEnableHighAccuracy(bool accuracy) in setEnableHighAccuracy() function in WebKit::WebGeolocationClientMock 107 m_clientMock->setEnableHighAccuracy(accuracy); in setEnableHighAccuracy()
|
D | GeolocationClientProxy.h | 48 virtual void setEnableHighAccuracy(bool);
|
/external/webkit/Source/WebCore/page/ |
D | GeolocationController.cpp | 61 m_client->setEnableHighAccuracy(true); in addObserver() 79 m_client->setEnableHighAccuracy(false); in removeObserver()
|
D | GeolocationClient.h | 44 virtual void setEnableHighAccuracy(bool) = 0;
|
D | PositionOptions.h | 39 void setEnableHighAccuracy(bool enable) { m_highAccuracy = enable; } in setEnableHighAccuracy() function
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebGeolocationClient.h | 40 virtual void setEnableHighAccuracy(bool) = 0;
|
D | WebGeolocationClientMock.h | 59 virtual void setEnableHighAccuracy(bool);
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebGeolocationClient.h | 43 void setEnableHighAccuracy(bool) { } in setEnableHighAccuracy() function
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebGeolocationClient.h | 46 virtual void setEnableHighAccuracy(bool) { } in setEnableHighAccuracy() function
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebGeolocationClient.h | 51 virtual void setEnableHighAccuracy(bool);
|
D | WebGeolocationClient.cpp | 61 void WebGeolocationClient::setEnableHighAccuracy(bool) in setEnableHighAccuracy() function in WebKit::WebGeolocationClient
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | GeolocationClientQt.h | 55 void setEnableHighAccuracy(bool);
|
D | GeolocationClientQt.cpp | 118 void GeolocationClientQt::setEnableHighAccuracy(bool) in setEnableHighAccuracy() function in WebCore::GeolocationClientQt
|
/external/webkit/Source/WebCore/platform/mock/ |
D | GeolocationClientMock.h | 68 virtual void setEnableHighAccuracy(bool);
|
D | GeolocationClientMock.cpp | 151 void GeolocationClientMock::setEnableHighAccuracy(bool) in setEnableHighAccuracy() function in WebCore::GeolocationClientMock
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSGeolocationCustom.cpp | 70 options->setEnableHighAccuracy(enableHighAccuracyValue.toBoolean(exec)); in createPositionOptions()
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8GeolocationCustom.cpp | 74 options->setEnableHighAccuracy(enableHighAccuracyBoolean->Value()); in createPositionOptions()
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog | 2070 (WebCore::GeolocationClientQt::setEnableHighAccuracy):
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog | 2290 (WebGeolocationClient::setEnableHighAccuracy): 3887 Stub out setEnableHighAccuracy method for the Win port. 3890 (WebGeolocationControllerClient::setEnableHighAccuracy):
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog | 3986 (WebGeolocationClient::setEnableHighAccuracy): 6923 Stub out setEnableHighAccuracy method for the Mac port. 6926 (WebGeolocationControllerClient::setEnableHighAccuracy):
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 3323 (WebKit::WebGeolocationClientMock::setEnableHighAccuracy): 3368 (WebKit::GeolocationClientProxy::setEnableHighAccuracy):
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 8965 (WebKit::WebGeolocationClient::setEnableHighAccuracy):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 75141 (WebCore::PositionOptions::setEnableHighAccuracy): 75592 (WebCore::PositionOptions::setEnableHighAccuracy):
|
D | ChangeLog-2010-12-06 | 7214 (WebCore::GeolocationClientMock::setEnableHighAccuracy):
|