Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebChromeClientTest.java212 assertFalse(webChromeClient.hadOnJsBeforeUnload()); in testOnJsBeforeUnloadIsCalled()
221 return webChromeClient.hadOnJsBeforeUnload(); in testOnJsBeforeUnloadIsCalled()
357 public boolean hadOnJsBeforeUnload() { in hadOnJsBeforeUnload() method in WebChromeClientTest.MockWebChromeClient