Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.h202 class TabAppendedNotificationObserver : public TabStripNotificationObserver {
204 TabAppendedNotificationObserver(Browser* parent,
207 virtual ~TabAppendedNotificationObserver();
216 DISALLOW_COPY_AND_ASSIGN(TabAppendedNotificationObserver);
Dautomation_provider_observers.cc335 TabAppendedNotificationObserver::TabAppendedNotificationObserver( in TabAppendedNotificationObserver() function in TabAppendedNotificationObserver
343 TabAppendedNotificationObserver::~TabAppendedNotificationObserver() {} in ~TabAppendedNotificationObserver()
345 void TabAppendedNotificationObserver::ObserveTab( in ObserveTab()
Dtesting_automation_provider.cc465 observer = new TabAppendedNotificationObserver(browser, this, in AppendTab()