Searched refs:should_pause (Results 1 – 5 of 5) sorted by relevance
208 void GeolocationDispatcherHost::PauseOrResume(bool should_pause) { in PauseOrResume() argument210 paused_ = should_pause; in PauseOrResume()
31 void PauseOrResume(bool should_pause);
62 virtual void PauseOrResumeGeolocation(bool should_pause) = 0;
63 virtual void PauseOrResumeGeolocation(bool should_pause) OVERRIDE;
358 void ContentViewCoreImpl::PauseOrResumeGeolocation(bool should_pause) { in PauseOrResumeGeolocation() argument359 web_contents_->geolocation_dispatcher_host()->PauseOrResume(should_pause); in PauseOrResumeGeolocation()