Home
last modified time | relevance | path

Searched refs:enableHighAccuracy (Results 1 – 11 of 11) sorted by relevance

/external/webkit/LayoutTests/fast/dom/Geolocation/
Dargument-types-expected.txt34 …nction, undefined, objectThrowingException) threw exception Error: enableHighAccuracy getter excep…
51 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {enableHighAccuracy:undefin…
52 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {enableHighAccuracy:null}) …
53 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {enableHighAccuracy:{}}) di…
54 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {enableHighAccuracy:objectT…
55 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {enableHighAccuracy:emptyFu…
56 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {enableHighAccuracy:true}) …
57 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {enableHighAccuracy:42}) di…
58 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {enableHighAccuracy:Infinit…
59 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {enableHighAccuracy:-Infini…
[all …]
/external/webkit/Source/WebCore/page/
DGeolocationController.cpp50 void GeolocationController::addObserver(Geolocation* observer, bool enableHighAccuracy) in addObserver() argument
56 if (enableHighAccuracy) in addObserver()
60 if (enableHighAccuracy) in addObserver()
DGeolocationController.h49 void addObserver(Geolocation*, bool enableHighAccuracy);
DPositionOptions.h38 bool enableHighAccuracy() const { return m_highAccuracy; } in enableHighAccuracy() function
DGeolocation.cpp708 page->geolocationController()->addObserver(this, notifier->m_options->enableHighAccuracy()); in startUpdating()
/external/webkit/Source/WebCore/platform/android/
DGeolocationServiceAndroid.cpp98 if (options->enableHighAccuracy()) in startUpdating()
/external/webkit/Source/WebCore/platform/gtk/
DGeolocationServiceGtk.cpp97 …accuracyLevel = options->enableHighAccuracy() ? GEOCLUE_ACCURACY_LEVEL_DETAILED : GEOCLUE_ACCURACY… in startUpdating()
/external/webkit/Source/WebKit/win/
DChangeLog3884 Client-based Geolocation does not pass enableHighAccuracy option to controller and client
/external/webkit/Source/WebKit/mac/
DChangeLog6920 Client-based Geolocation does not pass enableHighAccuracy option to controller and client
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1661766 (WebCore::createPositionOptions): Added. Extracts the enableHighAccuracy
75140 (WebCore::PositionOptions::enableHighAccuracy):
75591 (WebCore::PositionOptions::enableHighAccuracy):
DChangeLog-2010-12-0693312 Client-based Geolocation does not pass enableHighAccuracy option to controller and client
93315 This change passes the enableHighAccuracy request option to the GeolocationController.