Searched refs:enableHighAccuracy (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationController.cpp55 void GeolocationController::addObserver(Geolocation* observer, bool enableHighAccuracy) argument
61 if (enableHighAccuracy)
65 if (enableHighAccuracy)
H A DGeolocationController.h49 void addObserver(Geolocation*, bool enableHighAccuracy);
H A DPositionOptions.h38 bool enableHighAccuracy() const { return m_highAccuracy; } function in class:WebCore::PositionOptions
H A DGeolocation.cpp647 GeolocationController::from(page)->addObserver(this, notifier->options()->enableHighAccuracy());

Completed in 204 milliseconds