Home | History | Annotate | Download | only in chromeos

Lines Matching refs:TabStripWatcher

21 // TabCloseableStateWatcher::TabStripWatcher, public:
23 TabCloseableStateWatcher::TabStripWatcher::TabStripWatcher(
30 TabCloseableStateWatcher::TabStripWatcher::~TabStripWatcher() {
35 // TabCloseableStateWatcher::TabStripWatcher,
38 void TabCloseableStateWatcher::TabStripWatcher::TabInsertedAt(
43 void TabCloseableStateWatcher::TabStripWatcher::TabClosingAt(
52 void TabCloseableStateWatcher::TabStripWatcher::TabDetachedAt(
57 void TabCloseableStateWatcher::TabStripWatcher::TabChangedAt(
120 // Create TabStripWatcher to observe tabstrip of new browser.
121 tabstrip_watchers_.push_back(new TabStripWatcher(this, browser));
132 // Remove TabStripWatcher for browser that is being removed.
133 for (std::vector<TabStripWatcher*>::iterator it = tabstrip_watchers_.begin();