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 testOnJsBeforeUnload() local
231 final MockWebChromeClient webChromeClient = new MockWebChromeClient(); in testOnJsAlert() local
256 final MockWebChromeClient webChromeClient = new MockWebChromeClient(); in testOnJsConfirm() local
281 final MockWebChromeClient webChromeClient = new MockWebChromeClient(); in testOnJsPrompt() local
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewOnUiThread.java106 final WebChromeClient webChromeClient = new WaitForProgressClient(this); in WebViewOnUiThread() local
174 public void setWebChromeClient(final WebChromeClient webChromeClient) { in setWebChromeClient()