Home | History | Annotate | Download | only in extensions

Lines Matching refs:tab_index

68                        int* tab_index, std::string* error_message);
103 int tab_index;
104 if (ExtensionTabUtil::GetTabStripModel(contents, &tab_strip, &tab_index))
105 return ExtensionTabUtil::CreateTabValue(contents, tab_strip, tab_index);
123 const TabContents* contents, TabStripModel* tab_strip, int tab_index) {
126 result->SetInteger(keys::kIndexKey, tab_index);
132 tab_strip && tab_index == tab_strip->active_index());
134 tab_strip && tab_strip->IsTabPinned(tab_index));
182 int* tab_index) {
185 DCHECK(tab_index);
193 *tab_index = index;
223 int* tab_index) {
243 if (tab_index)
244 *tab_index = i;
383 int tab_index = -1;
386 &tab_index, &error_))
388 contents = source_tab_strip->DetachTabContentsAt(tab_index);
775 int tab_index = -1;
777 NULL, &tab_strip, &contents, &tab_index, &error_))
782 tab_index));
808 int tab_index = -1;
810 NULL, &tab_strip, &contents, &tab_index, &error_))
883 if (tab_strip->active_index() != tab_index) {
884 tab_strip->ActivateTabAt(tab_index, false);
895 tab_strip->SetTabPinned(tab_index, pinned);
898 tab_index = tab_strip->GetIndexOfTabContents(contents);
904 tab_index));
959 int tab_index = -1;
962 &tab_index, &error_))
1000 contents = source_tab_strip->DetachTabContentsAt(tab_index);
1029 if (new_index != tab_index)
1030 source_tab_strip->MoveTabContentsAt(tab_index, new_index, false);
1337 int* tab_index,
1340 browser, tab_strip, contents, tab_index))