Searched refs:BrowserClosedNotificationObserver (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc852 BrowserClosedNotificationObserver::BrowserClosedNotificationObserver( function in class:BrowserClosedNotificationObserver
863 BrowserClosedNotificationObserver::~BrowserClosedNotificationObserver() {}
865 void BrowserClosedNotificationObserver::Observe(
888 void BrowserClosedNotificationObserver::set_for_browser_command(
1007 BrowserClosedNotificationObserver* observer =
1008 new BrowserClosedNotificationObserver(browser, automation,
H A Dautomation_provider_observers.h446 class BrowserClosedNotificationObserver : public NotificationObserver { class in inherits:NotificationObserver
448 BrowserClosedNotificationObserver(Browser* browser,
451 virtual ~BrowserClosedNotificationObserver();
465 DISALLOW_COPY_AND_ASSIGN(BrowserClosedNotificationObserver);
H A Dtesting_automation_provider.cc432 new BrowserClosedNotificationObserver(browser, this, reply_message);
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.cc802 BrowserClosedNotificationObserver::BrowserClosedNotificationObserver( function in class:BrowserClosedNotificationObserver
815 BrowserClosedNotificationObserver::~BrowserClosedNotificationObserver() {}
817 void BrowserClosedNotificationObserver::Observe(
849 void BrowserClosedNotificationObserver::set_for_browser_command(
951 BrowserClosedNotificationObserver* observer =
952 new BrowserClosedNotificationObserver(browser, automation,
H A Dautomation_provider_observers.h454 class BrowserClosedNotificationObserver : public content::NotificationObserver { class in inherits:content::NotificationObserver
456 BrowserClosedNotificationObserver(Browser* browser,
460 virtual ~BrowserClosedNotificationObserver();
476 DISALLOW_COPY_AND_ASSIGN(BrowserClosedNotificationObserver);
H A Dtesting_automation_provider.cc401 new BrowserClosedNotificationObserver(browser, this, reply_message, false);
1125 new BrowserClosedNotificationObserver(browser, this, reply_message, true);

Completed in 86 milliseconds