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/
GeolocationController.cpp 72 void GeolocationController::addObserver(Geolocation* observer, bool enableHighAccuracy)
78 if (enableHighAccuracy)
82 if (enableHighAccuracy)
PositionOptions.h 38 bool enableHighAccuracy() const { return m_highAccuracy; }
GeolocationController.h 50 void addObserver(Geolocation*, bool enableHighAccuracy);
Geolocation.cpp 648 GeolocationController::from(page)->addObserver(this, notifier->options()->enableHighAccuracy());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8GeolocationCustom.cpp 61 v8::Local<v8::Value> enableHighAccuracyValue = object->Get(v8AtomicString(isolate, "enableHighAccuracy"));
  /external/chromium_org/content/browser/geolocation/
geolocation_dispatcher_host.cc 207 "Geolocation.GeolocationDispatcherHostImpl.EnableHighAccuracy",
  /external/chromium_org/tools/metrics/histograms/
histograms.xml     [all...]

Completed in 279 milliseconds