Home | History | Annotate | Download | only in tabs

Lines Matching refs:TabContentsWrapper

21 class TabContentsWrapper;
44 // identified by TabContentsWrapper::extension_tab_helper()::is_app().
163 void AppendTabContents(TabContentsWrapper* contents, bool foreground);
176 TabContentsWrapper* contents,
196 TabContentsWrapper* contents);
199 // TabContentsWrapper that was at |index| is returned and ownership returns
201 TabContentsWrapper* ReplaceTabContentsAt(int index,
202 TabContentsWrapper* new_contents);
208 TabContentsWrapper* DetachTabContentsAt(int index);
246 TabContentsWrapper* GetSelectedTabContents() const;
248 // Returns the TabContentsWrapper at the specified index, or NULL if there is
250 TabContentsWrapper* GetTabContentsAt(int index) const;
254 int GetIndexOfTabContents(const TabContentsWrapper* contents) const;
313 void TabNavigating(TabContentsWrapper* contents,
328 void ForgetGroup(TabContentsWrapper* contents);
332 bool ShouldResetGroupOnSelect(TabContentsWrapper* contents) const;
395 void AddTabContents(TabContentsWrapper* contents,
486 bool IsNewTabAtEndOfTabStrip(TabContentsWrapper* contents) const;
506 void InternalCloseTab(TabContentsWrapper* contents,
510 TabContentsWrapper* GetContentsAt(int index) const;
512 // If the TabContentsWrapper at |to_index| differs from |old_contents|
514 void NotifyTabSelectedIfChanged(TabContentsWrapper* old_contents,
558 explicit TabContentsData(TabContentsWrapper* a_contents)
579 TabContentsWrapper* contents;