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

/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java46 * framesets will call onPageStarted one time for the main frame. This also
47 * means that onPageStarted will not be called when the contents of an
55 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:WebViewClient
H A DCallbackProxy.java265 mWebView.onPageStarted(startedUrl);
267 mWebViewClient.onPageStarted(mWebView, startedUrl, (Bitmap) msg.obj);
915 public void onPageStarted(String url, Bitmap favicon) { method in class:CallbackProxy
917 // WebView.onPageStarted().
H A DBrowserFrame.java405 // Call onPageStarted for main frames.
406 mCallbackProxy.onPageStarted(url, favicon);
H A DWebView.java3168 * passed to WebViewClient.onPageStarted because although the load for
3180 * as the url passed to WebViewClient.onPageStarted because although the
3745 /* package */ void onPageStarted(String url) { method in class:WebView
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DProfileActivity.java123 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:ProfileActivity.LoggingWebViewClient
124 super.onPageStarted(view, url, favicon);
140 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:ProfileActivity.AutoLoggingWebViewClient
141 super.onPageStarted(view, url, favicon);
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java211 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:PowerTestActivity.SimpleWebViewClient
213 Log.v(LOGTAG, "onPageStarted: " + url);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java222 public void onPageStarted(WebView view, String url, Bitmap favicon) { method in class:ReliabilityTestActivity.SimpleWebViewClient
224 Log.v(LOGTAG, "onPageStarted: " + url);
H A DTestShellActivity.java604 public void onPageStarted(WebView view, String url, Bitmap favicon) {
605 Log.v(LOGTAG, "onPageStarted, url=" + url);
607 super.onPageStarted(view, url, favicon);

Completed in 310 milliseconds