Home | History | Annotate | Download | only in tabs

Lines Matching refs:GetContentsAt

171   TabContentsWrapper* old_contents = GetContentsAt(index);
208 TabContentsWrapper* removed_contents = GetContentsAt(index);
250 TabContentsWrapper* new_contents = GetContentsAt(index);
319 return GetContentsAt(index);
360 TabChangedAt(GetContentsAt(index), index, change_type));
1099 contents == GetContentsAt(count() - 1) &&
1115 tabs.push_back(GetContentsAt(indices[i]));
1130 TabContentsWrapper* detached_contents = GetContentsAt(indices[i]);
1202 TabContentsWrapper* TabStripModel::GetContentsAt(int index) const {
1211 TabContentsWrapper* new_contents = GetContentsAt(to_index);