Home | History | Annotate | Download | only in tabs

Lines Matching defs:tab_strip

149                 TabStripModel** tab_strip,
154 browser, tab_strip, contents, tab_index)) {
770 TabStripModel* tab_strip = browser->tab_strip_model();
771 WebContents* contents = tab_strip->GetActiveWebContents();
777 contents, tab_strip, tab_strip->active_index(), extension()));
882 TabStripModel* tab_strip = browser->tab_strip_model();
883 for (int i = 0; i < tab_strip->count(); ++i) {
884 WebContents* web_contents = tab_strip->GetWebContentsAt(i);
890 tab_strip->IsTabSelected(i))) {
895 i == tab_strip->active_index())) {
900 tab_strip->IsTabPinned(i))) {
916 web_contents, tab_strip, i, extension()));
961 TabStripModel* tab_strip = NULL;
967 &tab_strip,
1001 TabStripModel* tab_strip = NULL;
1008 &tab_strip,
1015 contents, tab_strip, tab_index, extension()));
1125 TabStripModel* tab_strip = NULL;
1130 &tab_strip,
1161 if (tab_strip->active_index() != tab_index) {
1162 tab_strip->ActivateTabAt(tab_index, false);
1163 DCHECK_EQ(contents, tab_strip->GetActiveWebContents());
1169 if (highlighted != tab_strip->IsTabSelected(tab_index))
1170 tab_strip->ToggleSelectionAt(tab_index);
1175 tab_strip->SetTabPinned(tab_index, pinned);
1178 tab_index = tab_strip->GetIndexOfWebContents(contents);
1194 tab_strip->SetOpenerOfWebContentsAt(tab_index, opener_contents);