Searched refs:GetNotificationsByNotifierId (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dnotification_list.h72 Notifications GetNotificationsByNotifierId(const NotifierId& notifier_id);
H A Dnotification_list_unittest.cc207 TEST_F(NotificationListTest, GetNotificationsByNotifierId) {
275 notification_list()->GetNotificationsByNotifierId(id0);
283 by_notifier_id = notification_list()->GetNotificationsByNotifierId(id1);
291 by_notifier_id = notification_list()->GetNotificationsByNotifierId(id2);
299 by_notifier_id = notification_list()->GetNotificationsByNotifierId(id3);
H A Dnotification_list.cc126 NotificationList::Notifications NotificationList::GetNotificationsByNotifierId( function in class:message_center::NotificationList
H A Dmessage_center_impl.cc666 notification_list_->GetNotificationsByNotifierId(notifier_id);

Completed in 202 milliseconds