Home
last modified time | relevance | path

Searched refs:GetNotificationDelegate (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/message_center/
Dmessage_center_impl.cc533 notification_list_->GetNotificationDelegate(id); in HasClickedListener()
634 notification_list_->GetNotificationDelegate(id); in RemoveNotification()
782 notification_list_->GetNotificationDelegate(id); in ClickOnNotification()
796 notification_list_->GetNotificationDelegate(id); in ClickOnNotificationButton()
822 notification_list_->GetNotificationDelegate(id); in DisplayedNotification()
Dnotification_list.h118 NotificationDelegate* GetNotificationDelegate(const std::string& id);
Dnotification_list.cc259 NotificationDelegate* NotificationList::GetNotificationDelegate( in GetNotificationDelegate() function in message_center::NotificationList
/external/chromium/chrome/browser/extensions/
Dextension_crash_recovery_browsertest.cc34 Balloon* GetNotificationDelegate(size_t index) { in GetNotificationDelegate() function in ExtensionCrashRecoveryTest
43 Balloon* balloon = GetNotificationDelegate(index); in AcceptNotification()
50 Balloon* balloon = GetNotificationDelegate(index); in CancelNotification()
/external/chromium_org/chrome/browser/extensions/
Dextension_crash_recovery_browsertest.cc133 Balloon* balloon = GetNotificationDelegate(index); in AcceptNotification()
151 Balloon* balloon = GetNotificationDelegate(index); in CancelNotification()
167 Balloon* GetNotificationDelegate(size_t index) { in GetNotificationDelegate() function in MAYBE_ExtensionCrashRecoveryTest