Searched defs:InfoBarCountObserver (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.h688 class InfoBarCountObserver : public NotificationObserver { class in inherits:NotificationObserver
690 InfoBarCountObserver(AutomationProvider* automation,
694 virtual ~InfoBarCountObserver();
713 DISALLOW_COPY_AND_ASSIGN(InfoBarCountObserver);
H A Dautomation_provider_observers.cc1362 InfoBarCountObserver::InfoBarCountObserver(AutomationProvider* automation, function in class:InfoBarCountObserver
1376 InfoBarCountObserver::~InfoBarCountObserver() {}
1378 void InfoBarCountObserver::Observe(NotificationType type,
1386 void InfoBarCountObserver::CheckCount() {

Completed in 45 milliseconds