Lines Matching refs:WebView
28 import android.webkit.WebView;
37 * Wraps a WebView widget within an Activity. When launched, it uses the
38 * URI from the intent as the URL to load into the WebView.
39 * It supports all URLs schemes that a standard WebView supports, as well as
41 * The WebView default settings are used with the exception of normal layout
50 * The WebView that is placed in this Activity
52 private WebView mWebView;
69 // BrowserFrame by WebView. As it is called in WebCore thread, it can
76 mWebView = new WebView(this);
82 // Configure the webview
95 // Restore a webview if we are meant to restore
143 public void onReceivedTitle(WebView view, String title) {
148 public void onProgressChanged(WebView view, int newProgress) {