Home | History | Annotate | Download | only in tabs

Lines Matching refs:old_contents

210   WebContents* old_contents = GetWebContentsAtImpl(index);
212 ForgetOpenersAndGroupsReferencing(old_contents);
217 TabReplacedAt(this, old_contents, new_contents, index));
226 ActiveTabChanged(old_contents,
231 return old_contents;
242 WebContents* old_contents = GetWebContentsAtImpl(index);
245 null_contents->GetController().CopyStateFrom(old_contents->GetController());
254 delete old_contents;
703 if (WebContents* old_contents = GetActiveWebContents()) {
706 old_contents->GetView()->GetContainerSize());
1172 void TabStripModel::NotifyIfActiveTabChanged(WebContents* old_contents,
1175 if (old_contents != new_contents) {
1180 ActiveTabChanged(old_contents,
1190 WebContents* old_contents,
1193 NotifyIfActiveTabChanged(old_contents, notify_types);
1204 WebContents* old_contents = GetActiveWebContents();
1208 NotifyIfTabDeactivated(old_contents);
1210 NotifyIfActiveOrSelectionChanged(old_contents, notify_types, old_model);