Home | History | Annotate | Download | only in browser

Lines Matching refs:subwindow

1249             WebView subwindow = mTabControl.getCurrentSubWindow();
1250 if (subwindow != null) {
1251 if (subwindow.canGoBack()) {
1252 subwindow.goBack();
1630 // Close the subwindow if it exists.
2310 // Dismiss the subwindow if applicable.
2335 // dismiss the subwindow. This will destroy the WebView.