Searched defs:onPageStarted (Results 1 - 4 of 4) 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.java264 mWebViewClient.onPageStarted(mWebView,
830 public void onPageStarted(String url, Bitmap favicon) { method in class:CallbackProxy
/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);

Completed in 133 milliseconds