Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.cc852 BrowserClosedNotificationObserver::BrowserClosedNotificationObserver( in BrowserClosedNotificationObserver() function in BrowserClosedNotificationObserver
863 BrowserClosedNotificationObserver::~BrowserClosedNotificationObserver() {} in ~BrowserClosedNotificationObserver()
865 void BrowserClosedNotificationObserver::Observe( in Observe()
888 void BrowserClosedNotificationObserver::set_for_browser_command( in set_for_browser_command()
1007 BrowserClosedNotificationObserver* observer = in CreateAndRegisterObserver()
1008 new BrowserClosedNotificationObserver(browser, automation, in CreateAndRegisterObserver()
Dautomation_provider_observers.h446 class BrowserClosedNotificationObserver : public NotificationObserver {
448 BrowserClosedNotificationObserver(Browser* browser,
451 virtual ~BrowserClosedNotificationObserver();
465 DISALLOW_COPY_AND_ASSIGN(BrowserClosedNotificationObserver);
Dtesting_automation_provider.cc432 new BrowserClosedNotificationObserver(browser, this, reply_message); in CloseBrowser()