Home
last modified time | relevance | path

Searched refs:WaitForProgressClient (Results 1 – 5 of 5) 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()
386 public static class WaitForProgressClient extends WebChromeClient { class in WebViewSyncLoader
389 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.java46 import android.webkit.cts.WebViewSyncLoader.WaitForProgressClient;
799 mOnUiThread.setWebChromeClient(new WebViewSyncLoader.WaitForProgressClient(mOnUiThread) { in testDatabaseDisabled()
1308 private class IconListenerClient extends WaitForProgressClient {