Searched defs:enableHighAccuracy (Results 1 – 5 of 5) sorted by relevance
30 ObjectThrowingException.prototype.__defineGetter__("enableHighAccuracy", function() {
64 void GeolocationClientAndroid::setEnableHighAccuracy(bool enableHighAccuracy) in setEnableHighAccuracy()
135 void GeolocationClientImpl::setEnableHighAccuracy(bool enableHighAccuracy) in setEnableHighAccuracy()
38 bool enableHighAccuracy() const { return m_highAccuracy; } in enableHighAccuracy() function
50 void GeolocationController::addObserver(Geolocation* observer, bool enableHighAccuracy) in addObserver()