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

/frameworks/support/webkit/src/androidTest/java/androidx/webkit/
H A DWebViewOnUiThread.java45 * Set to true after onPageFinished is called.
97 synchronized void onPageFinished() { method in class:WebViewOnUiThread
149 * Calls loadUrl on the WebView and then waits onPageFinished
173 * Calls {@link WebView#loadData} on the WebView and then waits onPageFinished
417 * A WebViewClient that captures the onPageFinished for use in
421 * WaitForLoadedClient or call WebViewOnUiThread.onPageFinished.
431 public void onPageFinished(WebView view, String url) { method in class:WebViewOnUiThread.WaitForLoadedClient
432 super.onPageFinished(view, url);
433 mOnUiThread.onPageFinished();
H A DWebViewClientCompatTest.java112 public void onPageFinished(WebView view, String url) {
113 super.onPageFinished(view, url);
301 public void onPageFinished(WebView view, String url) { method in class:WebViewClientCompatTest.MockWebViewClient
302 super.onPageFinished(view, url);
H A DWebViewCompatTest.java198 public void onPageFinished(WebView view, String url) {
/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java99 * is called only for main frame. When onPageFinished() is called, the
106 public void onPageFinished(WebView view, String url) { method in class:WebViewClient
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java218 public void onPageFinished(WebView view, String url) { method in class:PowerTestActivity.SimpleWebViewClient
219 Log.v(LOGTAG, "onPageFinished: " + url);
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCaptivePortalLoginActivity.java383 public void onPageFinished(WebView view, String url) { method in class:CaptivePortalLoginActivity.MyWebViewClient
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java431 public void onPageFinished(WebView view, String url) { method in class:CaptivePortalLoginActivity.MyWebViewClient
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 522 milliseconds