Home | History | Annotate | Download | only in extensions

Lines Matching refs:tab_index

89     int tab_index,
96 return controller->CreateTabValue(extension, tab_index);
98 DictionaryValue *result = CreateTabValue(contents, tab_strip, tab_index);
121 int tab_index) {
126 return controller->CreateTabValue(NULL, tab_index);
129 ExtensionTabUtil::GetTabStripModel(contents, &tab_strip, &tab_index);
134 result->SetInteger(keys::kIndexKey, tab_index);
138 tab_strip && tab_index == tab_strip->active_index());
140 tab_strip && tab_index == tab_strip->active_index());
142 tab_strip && tab_strip->IsTabSelected(tab_index));
144 tab_strip && tab_strip->IsTabPinned(tab_index));
159 WebContents* opener = tab_strip->GetOpenerOfWebContentsAt(tab_index);
196 int* tab_index) {
199 DCHECK(tab_index);
206 *tab_index = index;
236 int* tab_index) {
254 if (tab_index)
255 *tab_index = i;