Home
last modified time | relevance | path

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

/webkit/integration-tests/common/src/main/java/androidx/webkit/test/common/
DWebViewOnUiThread.java118 mWebView.setWebChromeClient(new WaitForProgressClient(WebViewOnUiThread.this)); in WebViewOnUiThread()
568 public static class WaitForProgressClient extends WebChromeClient { class
571 WaitForProgressClient(WebViewOnUiThread onUiThread) { in WaitForProgressClient() method in WaitForProgressClient