HomeSort by relevance Sort by last modified time
    Searched defs:setEnableHighAccuracy (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebGeolocationClient.h 43 void setEnableHighAccuracy(bool) { }
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebGeolocationClient.h 46 virtual void setEnableHighAccuracy(bool) { }
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebGeolocationClient.cpp 61 void WebGeolocationClient::setEnableHighAccuracy(bool)
  /external/webkit/Source/WebKit/chromium/src/
GeolocationClientProxy.cpp 72 void GeolocationClientProxy::setEnableHighAccuracy(bool highAccuracy)
74 m_client->setEnableHighAccuracy(highAccuracy);
WebGeolocationClientMock.cpp 105 void WebGeolocationClientMock::setEnableHighAccuracy(bool accuracy)
107 m_clientMock->setEnableHighAccuracy(accuracy);
  /external/webkit/Source/WebCore/page/
PositionOptions.h 39 void setEnableHighAccuracy(bool enable) { m_highAccuracy = enable; }
  /external/webkit/Source/WebCore/platform/mock/
GeolocationClientMock.cpp 151 void GeolocationClientMock::setEnableHighAccuracy(bool)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.cpp 118 void GeolocationClientQt::setEnableHighAccuracy(bool)

Completed in 2124 milliseconds