Searched defs:InfoBarCountObserver (Results 1 - 4 of 4) 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() {
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.h654 class InfoBarCountObserver : public content::NotificationObserver { class in inherits:content::NotificationObserver
656 InfoBarCountObserver(AutomationProvider* automation,
660 virtual ~InfoBarCountObserver();
679 DISALLOW_COPY_AND_ASSIGN(InfoBarCountObserver);
H A Dautomation_provider_observers.cc1214 InfoBarCountObserver::InfoBarCountObserver(AutomationProvider* automation, function in class:InfoBarCountObserver
1231 InfoBarCountObserver::~InfoBarCountObserver() {}
1233 void InfoBarCountObserver::Observe(
1242 void InfoBarCountObserver::CheckCount() {

Completed in 401 milliseconds