Searched refs:enableHighAccuracy (Results 1 – 11 of 11) sorted by relevance
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
D | argument-types-expected.txt | 34 …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/ |
D | GeolocationController.cpp | 50 void GeolocationController::addObserver(Geolocation* observer, bool enableHighAccuracy) in addObserver() argument 56 if (enableHighAccuracy) in addObserver() 60 if (enableHighAccuracy) in addObserver()
|
D | GeolocationController.h | 49 void addObserver(Geolocation*, bool enableHighAccuracy);
|
D | PositionOptions.h | 38 bool enableHighAccuracy() const { return m_highAccuracy; } in enableHighAccuracy() function
|
D | Geolocation.cpp | 708 page->geolocationController()->addObserver(this, notifier->m_options->enableHighAccuracy()); in startUpdating()
|
/external/webkit/Source/WebCore/platform/android/ |
D | GeolocationServiceAndroid.cpp | 98 if (options->enableHighAccuracy()) in startUpdating()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | GeolocationServiceGtk.cpp | 97 …accuracyLevel = options->enableHighAccuracy() ? GEOCLUE_ACCURACY_LEVEL_DETAILED : GEOCLUE_ACCURACY… in startUpdating()
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog | 3884 Client-based Geolocation does not pass enableHighAccuracy option to controller and client
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog | 6920 Client-based Geolocation does not pass enableHighAccuracy option to controller and client
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 61766 (WebCore::createPositionOptions): Added. Extracts the enableHighAccuracy 75140 (WebCore::PositionOptions::enableHighAccuracy): 75591 (WebCore::PositionOptions::enableHighAccuracy):
|
D | ChangeLog-2010-12-06 | 93312 Client-based Geolocation does not pass enableHighAccuracy option to controller and client 93315 This change passes the enableHighAccuracy request option to the GeolocationController.
|