Searched defs:mAwContents (Results 1 - 1 of 1) sorted by last modified time

/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java145 private AwContents mAwContents; field in class:WebViewChromium
174 AwContents parentContents = ((WebViewChromium) parent.getWebViewProvider()).mAwContents;
176 child == null ? null : ((WebViewChromium) child.getWebViewProvider()).mAwContents;
267 // instance. Can't just null out mAwContents as we never null-check it
311 mAwContents = new AwContents(mFactory.getBrowserContext(), mWebView, ctx,
327 mAwContents.disableJavascriptInterfacesInspection();
331 mAwContents.setLayerType(mWebView.getLayerType(), null);
345 if (!needsPost && mAwContents == null) {
377 mAwContents.setHorizontalScrollbarOverlay(overlay);
391 mAwContents
[all...]

Completed in 132 milliseconds