Home | History | Annotate | Download | only in tabs

Lines Matching refs:tabstrip_

14     : tabstrip_(tabstrip) {
15 tabstrip_->AddObserver(this);
19 tabstrip_->RemoveObserver(this);
25 int tab_count = tabstrip_->count();
32 tabstrip_->active_index() != -1) {
36 return tabstrip_->active_index() + 1;
38 content::WebContents* opener = tabstrip_->GetActiveWebContents();
41 int index = tabstrip_->GetIndexOfLastWebContentsOpenedBy(
42 opener, tabstrip_->active_index());
46 return tabstrip_->active_index() + 1;
49 return tabstrip_->count();
54 int tab_count = tabstrip_->count();
57 tabstrip_->GetOpenerOfWebContentsAt(removing_index);
62 tabstrip_->GetWebContentsAt(removing_index);
65 int index = tabstrip_->GetIndexOfNextWebContentsOpenedBy(removed_contents,
73 int index = tabstrip_->GetIndexOfNextWebContentsOpenedBy(parent_opener,
82 index = tabstrip_->GetIndexOfWebContents(parent_opener);
88 int selected_index = tabstrip_->active_index();
102 int index = tabstrip_->GetIndexOfWebContents(old_contents);
104 old_opener = tabstrip_->GetOpenerOfWebContentsAt(index);
108 if (tabstrip_->ShouldResetGroupOnSelect(old_contents))
109 tabstrip_->ForgetGroup(old_contents);
112 content::WebContents* new_opener = tabstrip_->GetOpenerOfWebContentsAt(index);
119 tabstrip_->ForgetAllOpeners();