Lines Matching refs:TabControl
159 private TabControl mTabControl;
227 mTabControl = new TabControl(this);
345 // TabControl.restoreState() will create a new tab even if
448 public TabControl getTabControl() {
2163 // it is assumed that tabcontrol already knows about the tab
2213 // Remove the sub window if it exists. Also called by TabControl when the
2241 final PreloadedTabControl tabControl = urlData.getPreloadedTab();
2244 if (!tabControl.searchBoxSubmit(sbQuery, urlData.mUrl, urlData.mHeaders)) {
2246 tabControl.destroy();
2257 Tab t = tabControl.getTab();