Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebChromeClientTest.java226 final SettableFuture<Void> onJsBeforeUnloadFuture = SettableFuture.create(); in testOnJsBeforeUnloadIsCalled() local
238 onJsBeforeUnloadFuture.set(null); in testOnJsBeforeUnloadIsCalled()
257 WebkitUtils.waitForFuture(onJsBeforeUnloadFuture); in testOnJsBeforeUnloadIsCalled()