HomeSort by relevance Sort by last modified time
    Searched full:enablehighaccuracy (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
PositionOptions.h 39 bool enableHighAccuracy() const { return m_highAccuracy; }
GeolocationController.cpp 111 void GeolocationController::addObserver(Geolocation* observer, bool enableHighAccuracy)
117 if (enableHighAccuracy)
121 if (enableHighAccuracy)
GeolocationController.h 51 void addObserver(Geolocation*, bool enableHighAccuracy);
Geolocation.cpp 650 GeolocationController::from(frame)->addObserver(this, notifier->options()->enableHighAccuracy());
  /external/chromium_org/content/browser/geolocation/
geolocation_dispatcher_host.cc 186 "Geolocation.GeolocationDispatcherHostImpl.EnableHighAccuracy",
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8GeolocationCustom.cpp 59 v8::Local<v8::Value> enableHighAccuracyValue = object->Get(v8AtomicString(isolate, "enableHighAccuracy"));
  /external/chromium_org/tools/metrics/histograms/
histograms.xml     [all...]

Completed in 234 milliseconds