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

/frameworks/webview/nullwebview/java/com/android/webview/nullwebview/
H A DNullWebViewFactoryProvider.java17 package com.android.webview.nullwebview;
/frameworks/base/core/java/android/webkit/
H A DCookieManager.java75 * @param webview the {@link WebView} instance to set the cookie policy on
79 public abstract void setAcceptThirdPartyCookies(WebView webview, boolean accept); argument
84 * @param webview the {@link WebView} instance to get the cookie policy for
87 public abstract boolean acceptThirdPartyCookies(WebView webview); argument
H A DWebView.java76 * <a href="{@docRoot}guide/webapps/webview.html">Building Web Apps in WebView</a>.</p>
99 * WebView webview = new WebView(this);
100 * setContentView(webview);
107 * webview.loadUrl("http://slashdot.org/");
111 * webview.loadData(summary, "text/html", null);
150 * webview.getSettings().setJavaScriptEnabled(true);
153 * webview.setWebChromeClient(new WebChromeClient() {
160 * webview.setWebViewClient(new WebViewClient() {
166 * webview.loadUrl("http://developer.android.com/");
320 * @param webview th
322 setWebView(WebView webview) argument
[all...]

Completed in 777 milliseconds