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

/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java51 * framesets will call onPageStarted one time for the main frame. This also
52 * means that onPageStarted will not be called when the contents of an
60 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:WebViewClient
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java240 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:CaptivePortalLoginActivity.MyWebViewClient
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java212 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:PowerTestActivity.SimpleWebViewClient
214 Log.v(LOGTAG, "onPageStarted: " + url);
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java478 * @see ContentViewClient#onPageStarted(String)
481 public void onPageStarted(String url) { method in class:WebViewContentsClientAdapter
483 if (TRACE) Log.d(TAG, "onPageStarted=" + url);
484 mWebViewClient.onPageStarted(mWebView, url, mWebView.getFavicon());
503 // content and send the Picture before onPageStarted or onPageFinished
505 // onPageStarted is invoked, so in the case we get the Picture before that and
506 // no further updates after onPageStarted, we'll fail the test by timing

Completed in 155 milliseconds