Searched defs:OnNotificationBalloonCountObserver (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.h1210 class OnNotificationBalloonCountObserver { class
1212 OnNotificationBalloonCountObserver(AutomationProvider* provider,
1224 DISALLOW_COPY_AND_ASSIGN(OnNotificationBalloonCountObserver);
H A Dautomation_provider_observers.cc2159 OnNotificationBalloonCountObserver::OnNotificationBalloonCountObserver( function in class:OnNotificationBalloonCountObserver
2168 this, &OnNotificationBalloonCountObserver::OnBalloonCollectionChanged));
2171 void OnNotificationBalloonCountObserver::OnBalloonCollectionChanged() {
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.h1345 class OnNotificationBalloonCountObserver class in inherits:content::NotificationObserver
1348 OnNotificationBalloonCountObserver(AutomationProvider* provider,
1351 virtual ~OnNotificationBalloonCountObserver();
1371 DISALLOW_COPY_AND_ASSIGN(OnNotificationBalloonCountObserver);
H A Dautomation_provider_observers.cc2090 OnNotificationBalloonCountObserver::OnNotificationBalloonCountObserver( function in class:OnNotificationBalloonCountObserver
2102 base::Bind(&OnNotificationBalloonCountObserver::CheckBalloonCount,
2107 OnNotificationBalloonCountObserver::~OnNotificationBalloonCountObserver() {
2110 void OnNotificationBalloonCountObserver::Observe(
2117 void OnNotificationBalloonCountObserver::CheckBalloonCount() {

Completed in 81 milliseconds