ShouldShowNotification 56 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.cc ShouldShowNotification(notifier_id); ShouldShowNotification 31 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h virtual bool ShouldShowNotification( ShouldShowNotification 107 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc return blocker()->ShouldShowNotification(id_with_profile); ShouldShowNotification 142 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(notifier_id, "")); ShouldShowNotification 143 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_TRUE(ShouldShowNotification(ash_system_notifier, "")); ShouldShowNotification 144 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(random_system_notifier, "")); ShouldShowNotification 145 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_TRUE(ShouldShowNotification(notifier_id, GetDefaultUserId())); ShouldShowNotification 146 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_TRUE(ShouldShowNotification(random_system_notifier, ShouldShowNotification 160 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(notifier_id, "")); ShouldShowNotification 161 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_TRUE(ShouldShowNotification(ash_system_notifier, "")); ShouldShowNotification 162 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(random_system_notifier, "")); ShouldShowNotification 163 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_TRUE(ShouldShowNotification(notifier_id, GetDefaultUserId())); ShouldShowNotification 164 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(notifier_id, "test2@example.com")); ShouldShowNotification 165 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_TRUE(ShouldShowNotification(random_system_notifier, ShouldShowNotification 167 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(random_system_notifier, ShouldShowNotification 180 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(notifier_id, "")); ShouldShowNotification 181 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_TRUE(ShouldShowNotification(ash_system_notifier, "")); ShouldShowNotification 182 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(random_system_notifier, "")); ShouldShowNotification 183 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(notifier_id, GetDefaultUserId())); ShouldShowNotification 184 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_TRUE(ShouldShowNotification(notifier_id, "test2@example.com")); ShouldShowNotification 185 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(random_system_notifier, ShouldShowNotification 187 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_TRUE(ShouldShowNotification(random_system_notifier, ShouldShowNotification 200 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(notifier_id, "")); ShouldShowNotification 201 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_TRUE(ShouldShowNotification(ash_system_notifier, "")); ShouldShowNotification 202 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(random_system_notifier, "")); ShouldShowNotification 203 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_TRUE(ShouldShowNotification(notifier_id, GetDefaultUserId())); ShouldShowNotification 204 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(notifier_id, "test2@example.com")); ShouldShowNotification 205 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_TRUE(ShouldShowNotification(random_system_notifier, ShouldShowNotification 207 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(random_system_notifier, ShouldShowNotification 259 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_TRUE(ShouldShowNotification(notifier_id, u1)); ShouldShowNotification 260 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(notifier_id, u2)); ShouldShowNotification 261 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc EXPECT_FALSE(ShouldShowNotification(notifier_id, u3)); ShouldShowNotification 36 ui/message_center/notification_blocker.h virtual bool ShouldShowNotification(const NotifierId& notifier_id) const; ShouldShowNotification 279 ui/message_center/notification_list.cc if (!blockers[i]->ShouldShowNotification((*iter)->notifier_id())) {