Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DWebViewClient.java60 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted() method in WebViewClient
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java212 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted() method in PowerTestActivity.SimpleWebViewClient
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java238 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted() method in CaptivePortalLoginActivity.MyWebViewClient
/frameworks/webview/chromium/java/com/android/webview/chromium/
DWebViewContentsClientAdapter.java485 public void onPageStarted(String url) { in onPageStarted() method in WebViewContentsClientAdapter
488 mWebViewClient.onPageStarted(mWebView, url, mWebView.getFavicon()); in onPageStarted()
/frameworks/base/api/
Dsystem-current.txt38885 …method public void onPageStarted(android.webkit.WebView, java.lang.String, android.graphics.Bitmap…
Dcurrent.txt36548 …method public void onPageStarted(android.webkit.WebView, java.lang.String, android.graphics.Bitmap…