Home | History | Annotate | Download | only in tabs

Lines Matching refs:TabStripModel

8 class TabStripModel;
23 // to the TabStripModel.
29 // Register your TabStripModelObserver with the TabStripModel using its
57 // A new WebContents was inserted into the TabStripModel at the
65 // destroyed). |tab_strip_model| is the TabStripModel that contained the tab.
66 virtual void TabClosingAt(TabStripModel* tab_strip_model,
71 // be inserted in another TabStripModel. The implementer should take whatever
103 virtual void TabSelectionChanged(TabStripModel* tab_strip_model,
123 virtual void TabReplacedAt(TabStripModel* tab_strip_model,
144 // The TabStripModel now no longer has any tabs. The implementer may
146 // TabStripModel, for example...