Home
last modified time | relevance | path

Searched refs:should_pause (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/geolocation/
Dgeolocation_dispatcher_host.cc208 void GeolocationDispatcherHost::PauseOrResume(bool should_pause) { in PauseOrResume() argument
210 paused_ = should_pause; in PauseOrResume()
Dgeolocation_dispatcher_host.h31 void PauseOrResume(bool should_pause);
/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() argument
359 web_contents_->geolocation_dispatcher_host()->PauseOrResume(should_pause); in PauseOrResumeGeolocation()