Home
last modified time | relevance | path

Searched defs:enableHighAccuracy (Results 1 – 5 of 5) sorted by relevance

/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
Dargument-types.js30 ObjectThrowingException.prototype.__defineGetter__("enableHighAccuracy", function() {
/external/webkit/Source/WebKit/android/WebCoreSupport/
DGeolocationClientAndroid.cpp64 void GeolocationClientAndroid::setEnableHighAccuracy(bool enableHighAccuracy) in setEnableHighAccuracy()
DGeolocationClientImpl.cpp135 void GeolocationClientImpl::setEnableHighAccuracy(bool enableHighAccuracy) in setEnableHighAccuracy()
/external/webkit/Source/WebCore/page/
DPositionOptions.h38 bool enableHighAccuracy() const { return m_highAccuracy; } in enableHighAccuracy() function
DGeolocationController.cpp50 void GeolocationController::addObserver(Geolocation* observer, bool enableHighAccuracy) in addObserver()