Home | History | Annotate | Download | only in tabs

Lines Matching refs:TabContentsWrapper

108 void TabStripModel::AppendTabContents(TabContentsWrapper* contents,
117 TabContentsWrapper* contents,
134 TabContentsWrapper* selected_contents = GetSelectedTabContents();
167 TabContentsWrapper* TabStripModel::ReplaceTabContentsAt(
169 TabContentsWrapper* new_contents) {
171 TabContentsWrapper* old_contents = GetContentsAt(index);
192 int index, TabContentsWrapper* contents) {
202 TabContentsWrapper* TabStripModel::DetachTabContentsAt(int index) {
208 TabContentsWrapper* removed_contents = GetContentsAt(index);
246 TabContentsWrapper* old_contents =
250 TabContentsWrapper* new_contents = GetContentsAt(index);
313 TabContentsWrapper* TabStripModel::GetSelectedTabContents() const {
317 TabContentsWrapper* TabStripModel::GetTabContentsAt(int index) const {
324 const TabContentsWrapper* contents) const {
444 void TabStripModel::TabNavigating(TabContentsWrapper* contents,
474 void TabStripModel::ForgetGroup(TabContentsWrapper* contents) {
482 TabContentsWrapper* contents) const {
547 TabContentsWrapper* contents = GetTabContentsAt(index);
618 void TabStripModel::AddTabContents(TabContentsWrapper* contents,
672 if (TabContentsWrapper* old_contents = GetSelectedTabContents()) {
728 TabContentsWrapper* tab = GetTabContentsAt(indices[i]);
807 TabContentsWrapper* tab = GetTabContentsAt(indices[i]);
822 std::vector<TabContentsWrapper*> tabs;
839 std::vector<TabContentsWrapper*> tabs;
999 TabContentsWrapper* contents = GetTabContentsAt(i);
1055 TabContentsWrapper* tab = GetTabContentsAt(index);
1096 TabContentsWrapper* contents) const {
1113 std::vector<TabContentsWrapper*> tabs;
1130 TabContentsWrapper* detached_contents = GetContentsAt(indices[i]);
1152 TabContentsWrapper* detached_contents = tabs[i];
1186 void TabStripModel::InternalCloseTab(TabContentsWrapper* contents,
1202 TabContentsWrapper* TabStripModel::GetContentsAt(int index) const {
1208 void TabStripModel::NotifyTabSelectedIfChanged(TabContentsWrapper* old_contents,
1211 TabContentsWrapper* new_contents = GetContentsAt(to_index);
1215 TabContentsWrapper* last_selected_contents = old_contents;
1227 TabContentsWrapper* old_tab =
1230 TabContentsWrapper* new_tab =