Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.h1210 class OnNotificationBalloonCountObserver {
1212 OnNotificationBalloonCountObserver(AutomationProvider* provider,
1224 DISALLOW_COPY_AND_ASSIGN(OnNotificationBalloonCountObserver);
Dautomation_provider_observers.cc2159 OnNotificationBalloonCountObserver::OnNotificationBalloonCountObserver( in OnNotificationBalloonCountObserver() function in OnNotificationBalloonCountObserver
2168 this, &OnNotificationBalloonCountObserver::OnBalloonCollectionChanged)); in OnNotificationBalloonCountObserver()
2171 void OnNotificationBalloonCountObserver::OnBalloonCollectionChanged() { in OnBalloonCollectionChanged()
Dtesting_automation_provider.cc4475 new OnNotificationBalloonCountObserver( in CloseNotification()
4501 new OnNotificationBalloonCountObserver( in WaitForNotificationCount()