Searched refs:onSetWebView (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DUI.java69 public void onSetWebView(Tab tab, WebView view); method in interface:UI
H A DWebViewController.java48 void onSetWebView(Tab tab, WebView view); method in interface:WebViewController
H A DPreloadController.java72 public void onSetWebView(Tab tab, WebView view) { method in class:PreloadController
73 if (LOGD_ENABLED) Log.d(LOGTAG, "onSetWebView()");
H A DTabControl.java181 mController.onSetWebView(tab, tab.getWebView());
H A DBaseUi.java360 public void onSetWebView(Tab tab, WebView webView) { method in class:BaseUi
H A DController.java399 public void onSetWebView(Tab tab, WebView view) { method in class:Controller
400 mUi.onSetWebView(tab, view);
H A DTab.java1524 mWebViewController.onSetWebView(this, w);

Completed in 85 milliseconds