Searched refs:webView (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java46 private WebView webView; field in class:PowerTestActivity
74 webView = new WebView(this);
75 webView.getSettings().setJavaScriptEnabled(true);
76 webView.getSettings().setJavaScriptCanOpenWindowsAutomatically(false);
77 webView.getSettings().setLayoutAlgorithm(LayoutAlgorithm.NORMAL);
81 webView.setWebViewClient(webViewClient);
82 webView.setWebChromeClient(chromeClient);
84 contentView.addView(webView, new LayoutParams(
121 webView.stopLoading();
123 webView
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewFactoryProvider.java83 * @param webView the WebView instance bound to this implementation instance. Note it will not
88 WebViewProvider createWebView(WebView webView, WebView.PrivateAccess privateAccess); argument
H A DJsDialogHelper.java74 public boolean invokeCallback(WebChromeClient client, WebView webView) { argument
77 return client.onJsAlert(webView, mUrl, mMessage, mResult);
79 return client.onJsConfirm(webView, mUrl, mMessage, mResult);
81 return client.onJsBeforeUnload(webView, mUrl, mMessage, mResult);
83 return client.onJsPrompt(webView, mUrl, mMessage, mDefaultValue, mResult);
H A DFindActionModeCallback.java94 public void setWebView(WebView webView) { argument
95 if (null == webView) {
99 mWebView = webView;
H A DWebChromeClient.java406 * @param webView The WebView instance that is initiating the request.
416 public boolean onShowFileChooser(WebView webView, ValueCallback<Uri[]> filePathCallback, argument
/frameworks/webview/nullwebview/java/com/android/webview/nullwebview/
H A DNullWebViewFactoryProvider.java41 public WebViewProvider createWebView(WebView webView, WebView.PrivateAccess privateAccess) { argument

Completed in 3880 milliseconds