Searched refs:OnAttachedToWindow (Results 1 – 4 of 4) sorted by relevance
96 void OnAttachedToWindow(int width, int height);
477 void BrowserViewRenderer::OnAttachedToWindow(int width, int height) { in OnAttachedToWindow() function in android_webview::BrowserViewRenderer
107 void OnAttachedToWindow(JNIEnv* env, jobject obj, int w, int h);
884 void AwContents::OnAttachedToWindow(JNIEnv* env, jobject obj, int w, int h) { in OnAttachedToWindow() function in android_webview::AwContents886 browser_view_renderer_.OnAttachedToWindow(w, h); in OnAttachedToWindow()