Home
last modified time | relevance | path

Searched refs:PauseOrResumeGeolocation (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/public/browser/android/
Dcontent_view_core.h62 virtual void PauseOrResumeGeolocation(bool should_pause) = 0;
/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.h63 virtual void PauseOrResumeGeolocation(bool should_pause) OVERRIDE;
Dcontent_view_core_impl.cc358 void ContentViewCoreImpl::PauseOrResumeGeolocation(bool should_pause) { in PauseOrResumeGeolocation() function in content::ContentViewCoreImpl
/external/chromium_org/android_webview/native/
Daw_contents.cc880 cvc->PauseOrResumeGeolocation(paused); in SetIsPaused()