Home
last modified time | relevance | path

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

/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewSyncLoader.java68 init(webView, new WaitForLoadedClient(this), new WaitForProgressClient(this), in WebViewSyncLoader()
75 WaitForProgressClient waitForProgressClient, in WebViewSyncLoader()
83 final WaitForProgressClient waitForProgressClient, in init()
375 public static class WaitForProgressClient extends WebChromeClient { class in WebViewSyncLoader
378 public WaitForProgressClient(WebViewSyncLoader webViewSyncLoader) { in WaitForProgressClient() method in WebViewSyncLoader.WaitForProgressClient
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebHistoryItemTest.java23 import android.webkit.cts.WebViewSyncLoader.WaitForProgressClient;
38 class WaitForIconClient extends WaitForProgressClient {
DWebChromeClientTest.java33 import android.webkit.cts.WebViewSyncLoader.WaitForProgressClient;
426 private class MockWebChromeClient extends WaitForProgressClient {
DGeolocationTest.java40 import android.webkit.cts.WebViewSyncLoader.WaitForProgressClient;
316 extends WaitForProgressClient {
DWebSettingsTest.java45 import android.webkit.cts.WebViewSyncLoader.WaitForProgressClient;
796 mOnUiThread.setWebChromeClient(new WebViewSyncLoader.WaitForProgressClient(mOnUiThread) { in testDatabaseDisabled()
1295 private class IconListenerClient extends WaitForProgressClient {
DWebViewTest.java83 import android.webkit.cts.WebViewSyncLoader.WaitForProgressClient;
838 mOnUiThread.setWebChromeClient(new WebViewSyncLoader.WaitForProgressClient(mOnUiThread) { in testJavascriptInterfaceForClientPopup()
2211 mOnUiThread.setWebChromeClient(new WaitForProgressClient(mOnUiThread) { in testSetWebChromeClient()