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

/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java49 * framesets will call onPageStarted one time for the main frame. This also
50 * 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/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/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java269 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:CaptivePortalLoginActivity.MyWebViewClient

Completed in 170 milliseconds