Searched refs:ShouldShowNotificationAsPopup (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dlogin_state_notification_blocker_chromeos_unittest.cc51 bool ShouldShowNotificationAsPopup( function in class:LoginStateNotificationBlockerChromeOSTest
53 return blocker_->ShouldShowNotificationAsPopup(notifier_id);
67 EXPECT_FALSE(ShouldShowNotificationAsPopup(notifier_id));
74 EXPECT_FALSE(ShouldShowNotificationAsPopup(notifier_id));
81 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
86 EXPECT_FALSE(ShouldShowNotificationAsPopup(notifier_id));
91 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
101 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
108 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
115 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_i
[all...]
H A Dlogin_state_notification_blocker_chromeos_browsertest.cc64 bool ShouldShowNotificationAsPopup( function in class:LoginStateNotificationBlockerChromeOSBrowserTest
66 return blocker_->ShouldShowNotificationAsPopup(notifier_id);
93 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
99 EXPECT_FALSE(ShouldShowNotificationAsPopup(notifier_id));
105 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
128 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
134 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
140 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
H A Dscreen_lock_notification_blocker.cc37 bool ScreenLockNotificationBlocker::ShouldShowNotificationAsPopup( function in class:ScreenLockNotificationBlocker
H A Dscreen_lock_notification_blocker.h25 virtual bool ShouldShowNotificationAsPopup(
H A Dfullscreen_notification_blocker.h26 virtual bool ShouldShowNotificationAsPopup(
H A Dlogin_state_notification_blocker_chromeos.h32 virtual bool ShouldShowNotificationAsPopup(
H A Dfullscreen_notification_blocker.cc67 bool FullscreenNotificationBlocker::ShouldShowNotificationAsPopup( function in class:FullscreenNotificationBlocker
H A Dlogin_state_notification_blocker_chromeos.cc45 bool LoginStateNotificationBlockerChromeOS::ShouldShowNotificationAsPopup( function in class:LoginStateNotificationBlockerChromeOS
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_notification_blocker_chromeos_unittest.cc104 bool ShouldShowNotificationAsPopup( function in class:MultiUserNotificationBlockerChromeOSTest
109 return blocker()->ShouldShowNotificationAsPopup(id_with_profile);
148 EXPECT_FALSE(ShouldShowNotificationAsPopup(notifier_id, ""));
149 EXPECT_TRUE(ShouldShowNotificationAsPopup(ash_system_notifier, ""));
150 EXPECT_FALSE(ShouldShowNotificationAsPopup(random_system_notifier, ""));
151 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id, GetDefaultUserId()));
161 EXPECT_FALSE(ShouldShowNotificationAsPopup(notifier_id, ""));
162 EXPECT_TRUE(ShouldShowNotificationAsPopup(ash_system_notifier, ""));
163 EXPECT_FALSE(ShouldShowNotificationAsPopup(random_system_notifier, ""));
164 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_i
[all...]
H A Dmulti_user_notification_blocker_chromeos.h30 virtual bool ShouldShowNotificationAsPopup(
H A Dmulti_user_notification_blocker_chromeos.cc33 bool MultiUserNotificationBlockerChromeOS::ShouldShowNotificationAsPopup( function in class:MultiUserNotificationBlockerChromeOS
/external/chromium_org/ui/message_center/
H A Dnotification_blocker.h42 virtual bool ShouldShowNotificationAsPopup(
H A Dnotification_list.cc22 bool ShouldShowNotificationAsPopup( function in namespace:message_center::__anon16193
26 if (!blockers[i]->ShouldShowNotificationAsPopup(notification.notifier_id()))
178 if (!ShouldShowNotificationAsPopup(**iter, blockers))
202 if (!ShouldShowNotificationAsPopup(**iter, blockers)) {
H A Dmessage_center_impl_unittest.cc120 virtual bool ShouldShowNotificationAsPopup(
140 virtual bool ShouldShowNotificationAsPopup(
143 ToggledNotificationBlocker::ShouldShowNotificationAsPopup(notifier_id);
162 return ShouldShowNotificationAsPopup(notifier_id);
/external/chromium_org/ash/first_run/
H A Ddesktop_cleaner.cc88 virtual bool ShouldShowNotificationAsPopup(

Completed in 402 milliseconds