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

/packages/apps/Browser/tests/src/com/android/browser/
H A DTestWebViewClient.java51 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:TestWebViewClient
52 mWrappedClient.onPageStarted(view, url, favicon);
/packages/apps/Browser/src/com/android/browser/
H A DPerformance.java81 static void onPageStarted() { method in class:Performance
H A DWebViewController.java53 void onPageStarted(Tab tab, WebView view, Bitmap favicon); method in interface:WebViewController
H A DPreloadController.java81 public void onPageStarted(Tab tab, WebView view, Bitmap favicon) { method in class:PreloadController
82 if (LOGD_ENABLED) Log.d(LOGTAG, "onPageStarted()");
H A DTab.java162 // If true, the tab is in page loading state (after onPageStarted,
344 public void onPageStarted(WebView view, String url, Bitmap favicon) {
376 mWebViewController.onPageStarted(Tab.this, view, favicon);
1041 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:Tab.SubWindowClient
1684 * @return TRUE if onPageStarted is called while onPageFinished is not
1831 mWebViewController.onPageStarted(this, mMainView, null);
H A DController.java815 public void onPageStarted(Tab tab, WebView view, Bitmap favicon) { method in class:Controller
831 // when BrowserActivity just starts, onPageStarted may be called before
851 Performance.onPageStarted();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DTosWebViewFragment.java167 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:TosWebViewFragment.MyWebViewClient

Completed in 139 milliseconds