Home | History | Annotate | Download | only in chromeos

Lines Matching refs:TabCloseableStateWatcher

18 // This class overrides ::TabCloseableStateWatcher to allow or disallow tabs or
42 class TabCloseableStateWatcher : public ::TabCloseableStateWatcher,
46 TabCloseableStateWatcher();
47 virtual ~TabCloseableStateWatcher();
49 // TabCloseableStateWatcher implementation:
112 // methods to TabCloseableStateWatcher::OnTabStripChanged. TabStripWatcher is
117 TabStripWatcher(TabCloseableStateWatcher* main_watcher,
136 TabCloseableStateWatcher* main_watcher_;
146 DISALLOW_COPY_AND_ASSIGN(TabCloseableStateWatcher);