Lines Matching defs:openTab
318 t = openTab(urlData);
502 openTab(url, parent,
1177 parent = openTab(url, parent,
1379 openTab(extra, parent,
1411 openTab(extra, mTabControl.getCurrentTab(), true, true);
2272 public Tab openTab(UrlData urlData) {
2285 return openTab(mSettings.getHomePage(), false, true, false);
2290 return openTab(INCOGNITO_URI, true, true, false);
2294 public Tab openTab(String url, boolean incognito, boolean setActive,
2296 return openTab(url, incognito, setActive, useCurrent, null);
2300 public Tab openTab(String url, Tab parent, boolean setActive,
2302 return openTab(url, (parent != null) && parent.isPrivateBrowsingEnabled(),
2306 public Tab openTab(String url, boolean incognito, boolean setActive,