Lines Matching refs:TabContentsWrapper
67 virtual void TabInsertedAt(TabContentsWrapper* contents,
71 TabContentsWrapper* contents,
73 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
74 virtual void TabMoved(TabContentsWrapper* contents,
77 virtual void TabChangedAt(TabContentsWrapper* contents, int index,
80 virtual void TabDeselected(TabContentsWrapper* contents) {}
81 virtual void TabSelectedAt(TabContentsWrapper* old_contents,
82 TabContentsWrapper* new_contents,
206 void BrowserListener::TabInsertedAt(TabContentsWrapper* contents,
214 void BrowserListener::TabDetachedAt(TabContentsWrapper* contents, int index) {
220 void BrowserListener::TabMoved(TabContentsWrapper* contents,
235 TabContentsWrapper* contents,
252 void BrowserListener::TabSelectedAt(TabContentsWrapper* old_contents,
253 TabContentsWrapper* new_contents,