Searched refs:BrowserOpenedNotificationObserver (Results 1 - 3 of 3) 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);

Completed in 433 milliseconds