Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java192 final WebView childWebView = mOnUiThread.createWebView(); in testShouldOverrideUrlLoadingOnCreateWindow() local
195 WebViewOnUiThread childWebViewOnUiThread = new WebViewOnUiThread(childWebView); in testShouldOverrideUrlLoadingOnCreateWindow()
201 childWebView.setWebViewClient(childWebViewClient); in testShouldOverrideUrlLoadingOnCreateWindow()
202 childWebView.getSettings().setJavaScriptEnabled(true); in testShouldOverrideUrlLoadingOnCreateWindow()
203 transport.setWebView(childWebView); in testShouldOverrideUrlLoadingOnCreateWindow()
204 getTestEnvironment().addContentView(childWebView, new ViewGroup.LayoutParams( in testShouldOverrideUrlLoadingOnCreateWindow()
251 ViewParent parent = childWebView.getParent(); in testShouldOverrideUrlLoadingOnCreateWindow()
253 ((ViewGroup) parent).removeView(childWebView); in testShouldOverrideUrlLoadingOnCreateWindow()
255 childWebView.destroy(); in testShouldOverrideUrlLoadingOnCreateWindow()
DWebSettingsTest.java496 final WebView childWebView = mOnUiThread.createWebView(); in testAccessJavaScriptCanOpenWindowsAutomatically() local
505 transport.setWebView(childWebView); in testAccessJavaScriptCanOpenWindowsAutomatically()
530 ViewParent parent = childWebView.getParent(); in testAccessJavaScriptCanOpenWindowsAutomatically()
532 ((ViewGroup) parent).removeView(childWebView); in testAccessJavaScriptCanOpenWindowsAutomatically()
534 childWebView.destroy(); in testAccessJavaScriptCanOpenWindowsAutomatically()
DWebViewTest.java799 final WebView childWebView = mOnUiThread.createWebView(); in testJavascriptInterfaceForClientPopup() local
801 WebViewOnUiThread childOnUiThread = new WebViewOnUiThread(childWebView); in testJavascriptInterfaceForClientPopup()
815 childWebView, in testJavascriptInterfaceForClientPopup()
821 transport.setWebView(childWebView); in testJavascriptInterfaceForClientPopup()
843 ViewParent parent = childWebView.getParent(); in testJavascriptInterfaceForClientPopup()
845 ((ViewGroup) parent).removeView(childWebView); in testJavascriptInterfaceForClientPopup()
847 childWebView.destroy(); in testJavascriptInterfaceForClientPopup()