Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.h688 class InfoBarCountObserver : public NotificationObserver {
690 InfoBarCountObserver(AutomationProvider* automation,
694 virtual ~InfoBarCountObserver();
713 DISALLOW_COPY_AND_ASSIGN(InfoBarCountObserver);
Dautomation_provider_observers.cc1362 InfoBarCountObserver::InfoBarCountObserver(AutomationProvider* automation, in InfoBarCountObserver() function in InfoBarCountObserver
1376 InfoBarCountObserver::~InfoBarCountObserver() {} in ~InfoBarCountObserver()
1378 void InfoBarCountObserver::Observe(NotificationType type, in Observe()
1386 void InfoBarCountObserver::CheckCount() { in CheckCount()
Dtesting_automation_provider.cc5416 new InfoBarCountObserver(this, reply_message, controller->tab_contents(), in WaitForInfoBarCount()