Lines Matching refs:TabControl
158 private TabControl mTabControl;
226 mTabControl = new TabControl(this);
345 // TabControl.restoreState() will create a new tab even if
447 public TabControl getTabControl() {
2164 // it is assumed that tabcontrol already knows about the tab
2214 // Remove the sub window if it exists. Also called by TabControl when the
2246 final PreloadedTabControl tabControl = urlData.getPreloadedTab();
2249 if (!tabControl.searchBoxSubmit(sbQuery, urlData.mUrl, urlData.mHeaders)) {
2251 tabControl.destroy();
2262 Tab t = tabControl.getTab();