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

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
PositionOptions.h 40 void setEnableHighAccuracy(bool enable) { m_highAccuracy = enable; }
  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.cpp 71 void GeolocationClientProxy::setEnableHighAccuracy(bool highAccuracy)
73 m_client->setEnableHighAccuracy(highAccuracy);
  /external/chromium_org/content/renderer/
geolocation_dispatcher.cc 61 void GeolocationDispatcher::setEnableHighAccuracy(bool enable_high_accuracy) {
62 // GeolocationController calls setEnableHighAccuracy(true) before
65 // it calls setEnableHighAccuracy(false) after stopUpdating.
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
GeolocationClientMock.cpp 148 void GeolocationClientMock::setEnableHighAccuracy(bool)

Completed in 82 milliseconds