Home | History | Annotate | Download | only in browser

Lines Matching full:webview

48 import android.webkit.WebView;
273 WebView web = mActiveTab.getWebView();
304 WebView web = mActiveTab != null ? mActiveTab.getWebView() : null;
343 WebView mainView = tab.getWebView();
344 // Attach the WebView to the container and then attach the
367 // Remove the container that contains the main WebView.
368 WebView mainView = tab.getWebView();
374 // WebView from the container. This will trigger a focus change
375 // needed by WebView.
389 public void onSetWebView(Tab tab, WebView webView) {
393 // WebView, as well as any other UI elements associated with the tab.
398 if (tab.getWebView() != webView) {
407 * create a sub window container and webview for the tab
411 * @param subView webview to be set as a subwindow for the tab
414 public void createSubWindow(Tab tab, WebView subView) {
423 final WebView cancelSubView = subView;
456 WebView web = getWebView();
750 protected WebView getWebView() {