OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setEnableHighAccuracy
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebGeolocationClient.h
40
virtual void
setEnableHighAccuracy
(bool) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationClient.h
42
virtual void
setEnableHighAccuracy
(bool) = 0;
PositionOptions.h
40
void
setEnableHighAccuracy
(bool enable) { m_highAccuracy = enable; }
GeolocationController.cpp
122
m_client->
setEnableHighAccuracy
(true);
140
m_client->
setEnableHighAccuracy
(false);
/external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.cpp
71
void GeolocationClientProxy::
setEnableHighAccuracy
(bool highAccuracy)
73
m_client->
setEnableHighAccuracy
(highAccuracy);
GeolocationClientProxy.h
48
virtual void
setEnableHighAccuracy
(bool) OVERRIDE;
/external/chromium_org/content/renderer/
geolocation_dispatcher.h
40
virtual void
setEnableHighAccuracy
(bool enable_high_accuracy);
geolocation_dispatcher.cc
61
void GeolocationDispatcher::
setEnableHighAccuracy
(bool enable_high_accuracy) {
62
// GeolocationController calls
setEnableHighAccuracy
(true) before
65
// it calls
setEnableHighAccuracy
(false) after stopUpdating.
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
GeolocationClientMock.h
61
virtual void
setEnableHighAccuracy
(bool) OVERRIDE;
GeolocationClientMock.cpp
148
void GeolocationClientMock::
setEnableHighAccuracy
(bool)
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8GeolocationCustom.cpp
70
options->
setEnableHighAccuracy
(enableHighAccuracyBoolean->Value());
Completed in 72 milliseconds