Searched defs:WebViewChromium (Results 1 - 1 of 1) sorted by relevance

/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java95 class WebViewChromium implements WebViewProvider, class in inherits:WebViewProvider,WebViewProvider.ScrollDelegate,WebViewProvider.ViewDelegate
132 private static final String TAG = WebViewChromium.class.getSimpleName();
134 // The WebView that this WebViewChromium is the provider for.
161 public WebViewChromium(WebViewChromiumFactoryProvider factory, WebView webView, method in class:WebViewChromium
174 AwContents parentContents = ((WebViewChromium) parent.getWebViewProvider()).mAwContents;
176 child == null ? null : ((WebViewChromium) child.getWebViewProvider()).mAwContents;
1651 // WebViewChromium doesn't support that the vanilla implementation of this method can be

Completed in 50 milliseconds