Searched refs:PauseOrResumeGeolocation (Results 1 – 4 of 4) sorted by relevance
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() function in content::ContentViewCoreImpl
880 cvc->PauseOrResumeGeolocation(paused); in SetIsPaused()