Home | History | Annotate | Download | only in browser

Lines Matching defs:subwindow

1242             WebView subwindow = mTabControl.getCurrentSubWindow();
1243 if (subwindow != null) {
1244 if (subwindow.canGoBack()) {
1245 subwindow.goBack();
1619 // Close the subwindow if it exists.
2290 // Dismiss the subwindow if applicable.
2315 // dismiss the subwindow. This will destroy the WebView.