Home
last modified time | relevance | path

Searched defs:webChromeClient (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebChromeClientTest.java74 final MockWebChromeClient webChromeClient = new MockWebChromeClient(); in testOnProgressChanged() local
93 final MockWebChromeClient webChromeClient = new MockWebChromeClient(); in testOnReceivedTitle() local
114 final MockWebChromeClient webChromeClient = new MockWebChromeClient(); in testOnReceivedIcon() local
145 final MockWebChromeClient webChromeClient = new MockWebChromeClient(); in runWindowTest() local
205 final MockWebChromeClient webChromeClient = new MockWebChromeClient(); in testOnJsBeforeUnloadIsCalled() local
230 final MockWebChromeClient webChromeClient = new MockWebChromeClient(); in testOnJsAlert() local
255 final MockWebChromeClient webChromeClient = new MockWebChromeClient(); in testOnJsConfirm() local
280 final MockWebChromeClient webChromeClient = new MockWebChromeClient(); in testOnJsPrompt() local
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewOnUiThread.java110 final WebChromeClient webChromeClient = new WaitForProgressClient(this); in WebViewOnUiThread() local
184 public void setWebChromeClient(final WebChromeClient webChromeClient) { in setWebChromeClient()