Home | History | Annotate | Download | only in message_center

Lines Matching refs:Notifications

88     NotificationList::Notifications::iterator iter =
112 bool IsInNotifications(const NotificationList::Notifications& notifications,
114 for (NotificationList::Notifications::const_iterator iter =
115 notifications.begin(); iter != notifications.end(); ++iter) {
200 const NotificationList::Notifications notifications =
202 EXPECT_EQ(replaced, (*notifications.begin())->id());
203 EXPECT_EQ(UTF8ToUTF16("newtitle"), (*notifications.begin())->title());
204 EXPECT_EQ(UTF8ToUTF16("newbody"), (*notifications.begin())->message());
274 NotificationList::Notifications by_notifier_id =
362 NotificationList::Notifications notifications =
364 for (NotificationList::Notifications::const_iterator iter =
365 notifications.begin(); iter != notifications.end(); ++iter) {
434 const NotificationList::Notifications notifications =
436 EXPECT_EQ(replaced, (*notifications.begin())->id());
437 EXPECT_EQ(UTF8ToUTF16("newtitle"), (*notifications.begin())->title());
438 EXPECT_EQ(UTF8ToUTF16("newbody"), (*notifications.begin())->message());
439 EXPECT_EQ(1, (*notifications.begin())->priority());
560 // Notifications: high priority comes ealier.
561 const NotificationList::Notifications notifications =
563 EXPECT_EQ(3u, notifications.size());
564 NotificationList::Notifications::const_iterator iter =
565 notifications.begin();
593 // The notifications in the NotificationCenter are unaffected by popups shown.
594 NotificationList::Notifications notifications =
596 NotificationList::Notifications::const_iterator iter = notifications.begin();