Searched refs:GetNotification (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/system/chromeos/session/
H A Dtray_session_length_limit_unittest.cc44 message_center::Notification* GetNotification() { function in class:ash::test::TraySessionLengthLimitTest
78 EXPECT_FALSE(GetNotification());
82 message_center::Notification* notification = GetNotification();
92 notification = GetNotification();
103 notification = GetNotification();
112 notification = GetNotification();
121 EXPECT_FALSE(GetNotification());
129 EXPECT_TRUE(GetNotification());
133 EXPECT_FALSE(GetNotification());
137 EXPECT_FALSE(GetNotification());
[all...]
/external/chromium_org/content/renderer/
H A Dactive_notification_tracker_unittest.cc20 tracker.GetNotification(id1, &result);
23 tracker.GetNotification(id2, &result);
H A Dactive_notification_tracker.h34 bool GetNotification(int id, blink::WebNotification* notification);
H A Dnotification_provider.cc107 bool found = manager_.GetNotification(id, &notification);
116 bool found = manager_.GetNotification(id, &notification);
125 bool found = manager_.GetNotification(id, &notification);
136 bool found = manager_.GetNotification(id, &notification);
H A Dactive_notification_tracker.cc30 bool ActiveNotificationTracker::GetNotification( function in class:content::ActiveNotificationTracker
/external/chromium_org/ui/message_center/
H A Dnotification_list.cc95 Notifications::iterator iter = GetNotification(old_id);
116 DCHECK(GetNotification(new_notification->id()) == notifications_.end());
121 EraseNotification(GetNotification(id));
137 Notifications::iterator iter = GetNotification(notification_id);
146 Notifications::iterator iter = GetNotification(notification_id);
156 Notifications::iterator iter = GetNotification(notification_id);
165 Notifications::iterator iter = GetNotification(id);
223 Notifications::iterator iter = GetNotification(id);
240 Notifications::iterator iter = GetNotification(id);
253 Notifications::iterator iter = GetNotification(i
313 NotificationList::Notifications::iterator NotificationList::GetNotification( function in class:message_center::NotificationList
[all...]
H A Dnotification_list.h144 Notifications::iterator GetNotification(const std::string& id);
H A Dnotification_list_unittest.cc87 Notification* GetNotification(const std::string& id) { function in class:message_center::NotificationListTest
89 notification_list()->GetNotification(id);
395 GetNotification(system_id)->SetSystemPriority();
612 const Notification* n1 = GetNotification(id1);
618 n1 = GetNotification(id1);
634 n1 = GetNotification(id1);
636 const Notification* nr = GetNotification(replaced);
693 EXPECT_TRUE(GetNotification(id1)->shown_as_popup());

Completed in 117 milliseconds