GetNotification   117 ash/system/chromeos/session/tray_session_length_limit_unittest.cc   EXPECT_FALSE(GetNotification());
GetNotification   121 ash/system/chromeos/session/tray_session_length_limit_unittest.cc   message_center::Notification* notification = GetNotification();
GetNotification   131 ash/system/chromeos/session/tray_session_length_limit_unittest.cc   notification = GetNotification();
GetNotification   142 ash/system/chromeos/session/tray_session_length_limit_unittest.cc   notification = GetNotification();
GetNotification   152 ash/system/chromeos/session/tray_session_length_limit_unittest.cc   notification = GetNotification();
GetNotification   161 ash/system/chromeos/session/tray_session_length_limit_unittest.cc   EXPECT_FALSE(GetNotification());
GetNotification   167 ash/system/chromeos/session/tray_session_length_limit_unittest.cc   EXPECT_TRUE(GetNotification());
GetNotification   171 ash/system/chromeos/session/tray_session_length_limit_unittest.cc   EXPECT_TRUE(GetNotification());
GetNotification   175 ash/system/chromeos/session/tray_session_length_limit_unittest.cc   EXPECT_FALSE(GetNotification());
GetNotification   179 ash/system/chromeos/session/tray_session_length_limit_unittest.cc   EXPECT_FALSE(GetNotification());
GetNotification   183 ash/system/chromeos/session/tray_session_length_limit_unittest.cc   EXPECT_TRUE(GetNotification());
GetNotification   190 ash/system/chromeos/session/tray_session_length_limit_unittest.cc   EXPECT_FALSE(GetNotification());
GetNotification    34 content/renderer/active_notification_tracker.h   bool GetNotification(int id, blink::WebNotification* notification);
GetNotification    20 content/renderer/active_notification_tracker_unittest.cc   tracker.GetNotification(id1, &result);
GetNotification    23 content/renderer/active_notification_tracker_unittest.cc   tracker.GetNotification(id2, &result);
GetNotification   112 content/renderer/notification_provider.cc   bool found = manager_.GetNotification(id, &notification);
GetNotification   121 content/renderer/notification_provider.cc   bool found = manager_.GetNotification(id, &notification);
GetNotification   130 content/renderer/notification_provider.cc   bool found = manager_.GetNotification(id, &notification);
GetNotification   141 content/renderer/notification_provider.cc   bool found = manager_.GetNotification(id, &notification);
GetNotification    93 ui/message_center/notification_list.cc   Notifications::iterator iter = GetNotification(old_id);
GetNotification   114 ui/message_center/notification_list.cc   DCHECK(GetNotification(new_notification->id()) == notifications_.end());
GetNotification   119 ui/message_center/notification_list.cc   EraseNotification(GetNotification(id));
GetNotification   135 ui/message_center/notification_list.cc   Notifications::iterator iter = GetNotification(notification_id);
GetNotification   144 ui/message_center/notification_list.cc   Notifications::iterator iter = GetNotification(notification_id);
GetNotification   154 ui/message_center/notification_list.cc   Notifications::iterator iter = GetNotification(notification_id);
GetNotification   162 ui/message_center/notification_list.cc   return GetNotification(id) != notifications_.end();
GetNotification   167 ui/message_center/notification_list.cc   Notifications::iterator iter = GetNotification(id);
GetNotification   225 ui/message_center/notification_list.cc   Notifications::iterator iter = GetNotification(id);
GetNotification   242 ui/message_center/notification_list.cc   Notifications::iterator iter = GetNotification(id);
GetNotification   255 ui/message_center/notification_list.cc   Notifications::iterator iter = GetNotification(id);
GetNotification   326 ui/message_center/notification_list.cc   Notifications::iterator iter = GetNotification(notification->id());
GetNotification   141 ui/message_center/notification_list.h   Notifications::iterator GetNotification(const std::string& id);
GetNotification    89 ui/message_center/notification_list_unittest.cc         notification_list()->GetNotification(id);
GetNotification   395 ui/message_center/notification_list_unittest.cc   GetNotification(system_id)->SetSystemPriority();
GetNotification   612 ui/message_center/notification_list_unittest.cc   const Notification* n1 = GetNotification(id1);
GetNotification   618 ui/message_center/notification_list_unittest.cc   n1 = GetNotification(id1);
GetNotification   634 ui/message_center/notification_list_unittest.cc   n1 = GetNotification(id1);
GetNotification   636 ui/message_center/notification_list_unittest.cc   const Notification* nr = GetNotification(replaced);
GetNotification   693 ui/message_center/notification_list_unittest.cc   EXPECT_TRUE(GetNotification(id1)->shown_as_popup());