Home
last modified time | relevance | path

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

/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
DProfileActivity.java123 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted() method in ProfileActivity.LoggingWebViewClient
140 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted() method in ProfileActivity.AutoLoggingWebViewClient
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java211 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted() method in PowerTestActivity.SimpleWebViewClient
/frameworks/base/core/java/android/webkit/
DWebViewClient.java55 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted() method in WebViewClient
DCallbackProxy.java915 public void onPageStarted(String url, Bitmap favicon) { in onPageStarted() method in CallbackProxy
DWebView.java3655 /* package */ void onPageStarted(String url) { in onPageStarted() method in WebView
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DReliabilityTestActivity.java222 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted() method in ReliabilityTestActivity.SimpleWebViewClient