Home
last modified time | relevance | path

Searched refs:TabCountChangeObserver (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.cc392 TabCountChangeObserver::TabCountChangeObserver(AutomationProvider* automation, in TabCountChangeObserver() function in TabCountChangeObserver
404 TabCountChangeObserver::~TabCountChangeObserver() { in ~TabCountChangeObserver()
408 void TabCountChangeObserver::TabInsertedAt(TabContentsWrapper* contents, in TabInsertedAt()
414 void TabCountChangeObserver::TabDetachedAt(TabContentsWrapper* contents, in TabDetachedAt()
419 void TabCountChangeObserver::TabStripModelDeleted() { in TabStripModelDeleted()
429 void TabCountChangeObserver::CheckTabCount() { in CheckTabCount()
Dautomation_provider_observers.h239 class TabCountChangeObserver : public TabStripModelObserver {
241 TabCountChangeObserver(AutomationProvider* automation,
253 virtual ~TabCountChangeObserver();
266 DISALLOW_COPY_AND_ASSIGN(TabCountChangeObserver);
Dtesting_automation_provider.cc5395 new TabCountChangeObserver(this, browser, reply_message, target_tab_count); in WaitForTabCountToBecome()