Home | History | Annotate | Download | only in browser

Lines Matching defs:openTab

319                     t = openTab(urlData);
503 openTab(url, parent,
1178 parent = openTab(url, parent,
1380 openTab(extra, parent,
1412 openTab(extra, mTabControl.getCurrentTab(), true, true);
2269 public Tab openTab(UrlData urlData) {
2282 return openTab(mSettings.getHomePage(), false, true, false);
2287 return openTab(INCOGNITO_URI, true, true, false);
2291 public Tab openTab(String url, boolean incognito, boolean setActive,
2293 return openTab(url, incognito, setActive, useCurrent, null);
2297 public Tab openTab(String url, Tab parent, boolean setActive,
2299 return openTab(url, (parent != null) && parent.isPrivateBrowsingEnabled(),
2303 public Tab openTab(String url, boolean incognito, boolean setActive,