HomeSort by relevance Sort by last modified time
    Searched refs:GetNotification (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/renderer/
active_notification_tracker_unittest.cc 20 tracker.GetNotification(id1, &result);
23 tracker.GetNotification(id2, &result);
active_notification_tracker.h 34 bool GetNotification(int id, blink::WebNotification* notification);
notification_provider.cc 112 bool found = manager_.GetNotification(id, &notification);
121 bool found = manager_.GetNotification(id, &notification);
130 bool found = manager_.GetNotification(id, &notification);
141 bool found = manager_.GetNotification(id, &notification);
active_notification_tracker.cc 30 bool ActiveNotificationTracker::GetNotification(
  /external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit_unittest.cc 45 message_center::Notification* GetNotification() {
118 EXPECT_FALSE(GetNotification());
122 message_center::Notification* notification = GetNotification();
132 notification = GetNotification();
143 notification = GetNotification();
153 notification = GetNotification();
162 EXPECT_FALSE(GetNotification());
168 EXPECT_TRUE(GetNotification());
172 EXPECT_TRUE(GetNotification());
176 EXPECT_FALSE(GetNotification());
    [all...]
  /external/chromium_org/ui/message_center/
notification_list.cc 93 Notifications::iterator iter = GetNotification(old_id);
114 DCHECK(GetNotification(new_notification->id()) == notifications_.end());
119 EraseNotification(GetNotification(id));
135 Notifications::iterator iter = GetNotification(notification_id);
144 Notifications::iterator iter = GetNotification(notification_id);
154 Notifications::iterator iter = GetNotification(notification_id);
162 return GetNotification(id) != notifications_.end();
167 Notifications::iterator iter = GetNotification(id);
225 Notifications::iterator iter = GetNotification(id);
242 Notifications::iterator iter = GetNotification(id)
    [all...]
notification_list.h 144 Notifications::iterator GetNotification(const std::string& id);
notification_list_unittest.cc 85 Notification* GetNotification(const std::string& id) {
87 notification_list()->GetNotification(id);
393 GetNotification(system_id)->SetSystemPriority();
610 const Notification* n1 = GetNotification(id1);
616 n1 = GetNotification(id1);
632 n1 = GetNotification(id1);
634 const Notification* nr = GetNotification(replaced);
691 EXPECT_TRUE(GetNotification(id1)->shown_as_popup());

Completed in 1198 milliseconds