Home | History | Annotate | Download | only in tabs

Lines Matching refs:tabstrip_

14     : tabstrip_(tabstrip),
16 tabstrip_->AddObserver(this);
20 tabstrip_->RemoveObserver(this);
27 int tab_count = tabstrip_->count();
33 if (transition == PageTransition::LINK && tabstrip_->active_index() != -1) {
38 return tabstrip_->active_index() + delta;
41 &tabstrip_->GetSelectedTabContents()->controller();
46 index = tabstrip_->GetIndexOfLastTabContentsOpenedBy(
47 opener, tabstrip_->active_index());
49 index = tabstrip_->GetIndexOfFirstTabContentsOpenedBy(
50 opener, tabstrip_->active_index());
55 return tabstrip_->active_index() + delta;
63 tabstrip_->count() : 0;
68 int tab_count = tabstrip_->count();
71 tabstrip_->GetOpenerOfTabContentsAt(removing_index);
76 &tabstrip_->GetTabContentsAt(removing_index)->controller();
79 int index = tabstrip_->GetIndexOfNextTabContentsOpenedBy(removed_controller,
87 int index = tabstrip_->GetIndexOfNextTabContentsOpenedBy(parent_opener,
96 index = tabstrip_->GetIndexOfController(parent_opener);
102 int selected_index = tabstrip_->active_index();
119 int index = tabstrip_->GetIndexOfTabContents(old_contents);
121 old_opener = tabstrip_->GetOpenerOfTabContentsAt(index);
125 if (tabstrip_->ShouldResetGroupOnSelect(old_contents))
126 tabstrip_->ForgetGroup(old_contents);
130 tabstrip_->GetOpenerOfTabContentsAt(index);
134 tabstrip_->ForgetAllOpeners();