Home | History | Annotate | Download | only in browser

Lines Matching full:subwindow

87  * Class for maintaining Tabs with a main WebView and a subwindow.
139 // Subwindow container
141 // Subwindow WebView
1312 * Destroy the tab's main WebView and subWindow if any
1342 * Create a new subwindow unless a subwindow already exists.
1343 * @return True if a new subwindow was created. False if one already exists.
1361 // This subwindow was opened for the sole purpose of
1374 * Dismiss the subWindow for the tab.
1508 * Return the top window of this tab; either the subwindow if it is not
1556 * Return the subwindow of this tab or null if there is no subwindow.
1557 * @return The subwindow of this tab or null.