Home | History | Annotate | Download | only in ui

Lines Matching refs:new_tab

214       WebContents* new_tab = current_tab->Clone();
216 new_tab, -1, ui::PAGE_TRANSITION_LINK,
219 return new_tab;
222 WebContents* new_tab = current_tab->Clone();
226 new_tab, -1, ui::PAGE_TRANSITION_LINK,
229 return new_tab;
244 WebContents* new_tab = GetTabAndRevertIfNecessary(browser, disposition);
245 new_tab->UserGestureDone();
246 if (!new_tab->FocusLocationBarByDefault())
247 new_tab->Focus();
249 new_tab->GetController().ReloadIgnoringCache(true);
251 new_tab->GetController().Reload(true);
410 WebContents* new_tab = GetTabAndRevertIfNecessary(browser, disposition);
413 if ((new_tab == current_tab) || !current_tab->ShowingInterstitialPage())
414 new_tab->GetController().GoBack();