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.java247 final SettableFuture<Void> onJsBeforeUnloadFuture = SettableFuture.create(); in testOnJsBeforeUnloadIsCalled() local
259 onJsBeforeUnloadFuture.set(null); in testOnJsBeforeUnloadIsCalled()
278 WebkitUtils.waitForFuture(onJsBeforeUnloadFuture); in testOnJsBeforeUnloadIsCalled()