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

  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.cpp 72 void GeolocationClientProxy::setEnableHighAccuracy(bool highAccuracy)
74 m_client->setEnableHighAccuracy(highAccuracy);
WebGeolocationClientMock.cpp 92 void WebGeolocationClientMock::setEnableHighAccuracy(bool accuracy)
94 m_clientMock->setEnableHighAccuracy(accuracy);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
PositionOptions.h 39 void setEnableHighAccuracy(bool enable) { m_highAccuracy = enable; }
  /external/chromium_org/content/renderer/
geolocation_dispatcher.cc 60 void GeolocationDispatcher::setEnableHighAccuracy(bool enable_high_accuracy) {
61 // GeolocationController calls setEnableHighAccuracy(true) before
64 // it calls setEnableHighAccuracy(false) after stopUpdating.
  /external/chromium_org/third_party/WebKit/Source/core/platform/mock/
GeolocationClientMock.cpp 152 void GeolocationClientMock::setEnableHighAccuracy(bool)

Completed in 3320 milliseconds