Searched refs:SetIsPaused (Results 1 – 4 of 4) sorted by relevance
92 void SetIsPaused(bool paused);
436 void BrowserViewRenderer::SetIsPaused(bool paused) { in SetIsPaused() function in android_webview::BrowserViewRenderer
106 void SetIsPaused(JNIEnv* env, jobject obj, bool paused);
874 void AwContents::SetIsPaused(JNIEnv* env, jobject obj, bool paused) { in SetIsPaused() function in android_webview::AwContents876 browser_view_renderer_.SetIsPaused(paused); in SetIsPaused()