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

/frameworks/support/webkit/src/androidTest/java/androidx/webkit/
H A DWebViewOnUiThread.java91 synchronized void onPageStarted() {} method in class:WebViewOnUiThread
437 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:WebViewOnUiThread.WaitForLoadedClient
438 super.onPageStarted(view, url, favicon);
439 mOnUiThread.onPageStarted();
H A DWebViewClientCompatTest.java295 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:WebViewClientCompatTest.MockWebViewClient
296 super.onPageStarted(view, url, favicon);
/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java83 * framesets will call onPageStarted one time for the main frame. This also
84 * means that onPageStarted will not be called when the contents of an
94 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/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCaptivePortalLoginActivity.java361 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:CaptivePortalLoginActivity.MyWebViewClient
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java405 public void onPageStarted(WebView view, String urlString, Bitmap favicon) { method in class:CaptivePortalLoginActivity.MyWebViewClient
418 Log.d(TAG, "onPageStarted: " + sanitizeURL(url));
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 450 milliseconds