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

/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc801 BrowserOpenedNotificationObserver::BrowserOpenedNotificationObserver( function in class:BrowserOpenedNotificationObserver
814 BrowserOpenedNotificationObserver::~BrowserOpenedNotificationObserver() {
817 void BrowserOpenedNotificationObserver::Observe(
847 void BrowserOpenedNotificationObserver::set_for_browser_command(
1001 BrowserOpenedNotificationObserver* observer =
1002 new BrowserOpenedNotificationObserver(automation, reply_message);
H A Dautomation_provider_observers.h424 class BrowserOpenedNotificationObserver : public NotificationObserver { class in inherits:NotificationObserver
426 BrowserOpenedNotificationObserver(AutomationProvider* automation,
428 virtual ~BrowserOpenedNotificationObserver();
443 DISALLOW_COPY_AND_ASSIGN(BrowserOpenedNotificationObserver);
H A Dtesting_automation_provider.cc1254 new BrowserOpenedNotificationObserver(this, reply_message);
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.cc739 BrowserOpenedNotificationObserver::BrowserOpenedNotificationObserver( function in class:BrowserOpenedNotificationObserver
754 BrowserOpenedNotificationObserver::~BrowserOpenedNotificationObserver() {
757 void BrowserOpenedNotificationObserver::Observe(
797 void BrowserOpenedNotificationObserver::set_for_browser_command(
944 BrowserOpenedNotificationObserver* observer =
945 new BrowserOpenedNotificationObserver(automation, reply_message,
H A Dautomation_provider_observers.h429 class BrowserOpenedNotificationObserver : public content::NotificationObserver { class in inherits:content::NotificationObserver
431 BrowserOpenedNotificationObserver(AutomationProvider* automation,
434 virtual ~BrowserOpenedNotificationObserver();
451 DISALLOW_COPY_AND_ASSIGN(BrowserOpenedNotificationObserver);
H A Dtesting_automation_provider.cc1075 new BrowserOpenedNotificationObserver(this, reply_message, false);
1095 new BrowserOpenedNotificationObserver(this, reply_message, true);

Completed in 76 milliseconds