Home | History | Annotate | Download | only in tabs

Lines Matching refs:TabContentsWrapper

28   virtual TabContentsWrapper* AddBlankTab(bool foreground);
29 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground);
31 TabContentsWrapper* detached_contents,
36 virtual TabContentsWrapper* CreateTabContentsForURL(
46 virtual void CreateHistoricalTab(TabContentsWrapper* contents);
47 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents);
59 virtual void TabInsertedAt(TabContentsWrapper* contents,
63 TabContentsWrapper* contents,
65 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
66 virtual void TabDeselected(TabContentsWrapper* contents);
67 virtual void TabSelectedAt(TabContentsWrapper* old_contents,
68 TabContentsWrapper* new_contents,
71 virtual void TabMoved(TabContentsWrapper* contents,
75 TabContentsWrapper* old_contents,
76 TabContentsWrapper* new_contents,
78 virtual void TabPinnedStateChanged(TabContentsWrapper* contents, int index);