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.java67 init(webView, new WaitForLoadedClient(this), new WaitForProgressClient(this), in WebViewSyncLoader()
74 WaitForProgressClient waitForProgressClient, in WebViewSyncLoader()
82 final WaitForProgressClient waitForProgressClient, in init()
383 public static class WaitForProgressClient extends WebChromeClient { class in WebViewSyncLoader
386 public WaitForProgressClient(WebViewSyncLoader webViewSyncLoader) { in WaitForProgressClient() method in WebViewSyncLoader.WaitForProgressClient
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebHistoryItemTest.java30 import android.webkit.cts.WebViewSyncLoader.WaitForProgressClient;
55 class WaitForIconClient extends WaitForProgressClient {
DWebChromeClientTest.java37 import android.webkit.cts.WebViewSyncLoader.WaitForProgressClient;
430 private class MockWebChromeClient extends WaitForProgressClient {
DGeolocationTest.java33 import android.webkit.cts.WebViewSyncLoader.WaitForProgressClient;
322 extends WaitForProgressClient {
DWebSettingsTest.java46 import android.webkit.cts.WebViewSyncLoader.WaitForProgressClient;
770 mOnUiThread.setWebChromeClient(new WebViewSyncLoader.WaitForProgressClient(mOnUiThread) { in testDatabaseDisabled()
1170 private class IconListenerClient extends WaitForProgressClient {
DWebViewTest.java76 import android.webkit.cts.WebViewSyncLoader.WaitForProgressClient;
807 new WebViewSyncLoader.WaitForProgressClient(mOnUiThread) { in testJavascriptInterfaceForClientPopup()
2217 new WaitForProgressClient(mOnUiThread) { in testSetWebChromeClient()