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

/packages/apps/Browser/tests/src/com/android/browser/
H A DTestWebViewClient.java52 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:TestWebViewClient
53 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.java52 void onPageStarted(Tab tab, WebView view, Bitmap favicon); method in interface:WebViewController
H A DPreloadController.java82 public void onPageStarted(Tab tab, WebView view, Bitmap favicon) { method in class:PreloadController
83 if (LOGD_ENABLED) Log.d(LOGTAG, "onPageStarted()");
H A DTab.java157 // If true, the tab is in page loading state (after onPageStarted,
565 public void onPageStarted(WebView view, String url, Bitmap favicon) {
606 mWebViewController.onPageStarted(Tab.this, view, favicon);
1308 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:Tab.SubWindowClient
1940 * @return TRUE if onPageStarted is called while onPageFinished is not
2088 mWebViewController.onPageStarted(this, mMainView, null);
H A DController.java788 public void onPageStarted(Tab tab, WebView view, Bitmap favicon) { method in class:Controller
804 // when BrowserActivity just starts, onPageStarted may be called before
824 Performance.onPageStarted();

Completed in 70 milliseconds