Home | History | Annotate | Download | only in ui

Lines Matching refs:new_tab

1067   TabContents* new_tab = wrapper->tab_contents();
1069 new_tab->controller().RestoreFromState(navigations, selected_navigation,
1089 new_tab->view()->SizeContents(window_->GetRestoredBounds().size());
1090 new_tab->HideContents();
1095 session_service->TabRestored(&new_tab->controller(), pin);
1097 return new_tab;
1283 TabContents* new_tab = GetOrCloneTabForDisposition(disposition);
1287 (new_tab != current_tab->tab_contents()))
1289 new_tab->controller().GoBack();