Searched refs:highAccuracy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DPositionOptions.cpp24 bool highAccuracy; local
25 if (DictionaryHelper::get(options, "enableHighAccuracy", highAccuracy))
26 m_highAccuracy = highAccuracy;
/external/chromium_org/third_party/WebKit/Source/web/
H A DGeolocationClientProxy.cpp65 void GeolocationClientProxy::setEnableHighAccuracy(bool highAccuracy) argument
67 m_client->setEnableHighAccuracy(highAccuracy);

Completed in 81 milliseconds