Home | History | Annotate | Download | only in tabs

Lines Matching defs:GetTabContentsAt

314   return GetTabContentsAt(active_index());
317 TabContentsWrapper* TabStripModel::GetTabContentsAt(int index) const {
547 TabContentsWrapper* contents = GetTabContentsAt(index);
728 TabContentsWrapper* tab = GetTabContentsAt(indices[i]);
807 TabContentsWrapper* tab = GetTabContentsAt(indices[i]);
824 tabs.push_back(GetTabContentsAt(indices[i]));
841 tabs.push_back(GetTabContentsAt(indices[i]));
999 TabContentsWrapper* contents = GetTabContentsAt(i);
1055 TabContentsWrapper* tab = GetTabContentsAt(index);
1062 if (GetTabContentsAt(i)->tab_contents()->GetURL().host() == domain)
1072 opener = &(GetTabContentsAt(index)->controller());
1080 &(GetTabContentsAt(i)->controller()) == opener) {
1229 NULL : GetTabContentsAt(old_selected_index);
1232 NULL : GetTabContentsAt(active_index());