Searched defs:OverrideGeolocation (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dgeolocation_override_manager.cc20 Status GeolocationOverrideManager::OverrideGeolocation( function in class:GeolocationOverrideManager
H A Dstub_web_view.cc107 Status StubWebView::OverrideGeolocation(const Geoposition& geoposition) { function in class:StubWebView
H A Dweb_view_impl.cc353 Status WebViewImpl::OverrideGeolocation(const Geoposition& geoposition) { function in class:WebViewImpl
354 return geolocation_override_manager_->OverrideGeolocation(geoposition);
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc523 void OverrideGeolocation(double latitude, double longitude) { function in namespace:ui_test_utils
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_automation.cc1127 void Automation::OverrideGeolocation(const DictionaryValue* geolocation, function in class:webdriver::Automation
H A Dwebdriver_session.cc1391 Error* Session::OverrideGeolocation(const base::DictionaryValue* geolocation) { function in class:webdriver::Session
1394 &Automation::OverrideGeolocation,

Completed in 122 milliseconds