Searched refs:AbstractTabStripView (Results 1 – 11 of 11) sorted by relevance
9 class AbstractTabStripView; variable18 AbstractTabStripView* CreateTabStrip(Browser* browser,
12 class AbstractTabStripView : public views::View {14 virtual ~AbstractTabStripView() {} in ~AbstractTabStripView()
13 AbstractTabStripView* CreateTabStrip(Browser* browser, in CreateTabStrip()
23 class BaseTabStrip : public AbstractTabStripView,
11 class AbstractTabStripView; variable50 inline AbstractTabStripView* tabstrip() const;
13 class AbstractTabStripView; variable110 AbstractTabStripView* tabstrip_;
139 AbstractTabStripView* BrowserRootView::tabstrip() const { in tabstrip()
136 AbstractTabStripView* tabstrip() const { return tabstrip_; } in tabstrip()580 AbstractTabStripView* tabstrip_;
235 tabstrip_ = static_cast<AbstractTabStripView*>(view); in ViewAdded()
1730 scoped_ptr<AbstractTabStripView> old_strip(tabstrip_);