Home
last modified time | relevance | path

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

/webkit/integration-tests/common/src/main/java/androidx/webkit/test/common/
DWebViewOnUiThread.java343 waitForCriteria(LOAD_TIMEOUT, this::isLoaded); in waitForLoadCompletion()
468 private synchronized boolean isLoaded() { in isLoaded() method
481 + "without calling waitForLoadCompletion after the load", isLoaded()); in callAndWait()