Home
last modified time | relevance | path

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

/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DAsyncStartUpTest.java60 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_onSuccessLoadsWebView()
71 Assert.assertTrue(webViewCurrentlyLoaded()); in testAsyncStartUp_onSuccessLoadsWebView()
83 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_onSuccessReturnsTimingInfo()
109 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_onSuccessReturnsNoBlockingLocationWithoutBlockingInit()
135 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_returnsSingleBlockingLocationWithProviderInitOnMainLooper()
164 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_returnsSingleBlockingLocationWithChromiumInitOnUiThread()
196 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_returnsBlockingLocationsWithWebViewInitOnUiThread()
226 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_returnsSameInfoForMultipleCalls()
276 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_withoutRunningUiThreadStartUpLoadsWebViewWithoutStartingChromium()
288 Assert.assertTrue(webViewCurrentlyLoaded()); in testAsyncStartUp_withoutRunningUiThreadStartUpLoadsWebViewWithoutStartingChromium()
[all …]
/webkit/webkit/src/main/java/androidx/webkit/
DProcessGlobalConfig.java248 if (webViewCurrentlyLoaded()) { in apply()
282 private static boolean webViewCurrentlyLoaded() { in webViewCurrentlyLoaded() method in ProcessGlobalConfig