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

  /external/chromium_org/chrome/browser/notifications/
multi_user_notification_blocker_chromeos_unittest.cc 91 bool ShouldShowNotificationAsPopup(
96 return blocker_->ShouldShowNotificationAsPopup(id_with_profile);
138 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id, ""));
139 EXPECT_TRUE(ShouldShowNotificationAsPopup(ash_system_notifier, ""));
140 EXPECT_TRUE(ShouldShowNotificationAsPopup(random_system_notifier, ""));
147 EXPECT_FALSE(ShouldShowNotificationAsPopup(notifier_id, ""));
148 EXPECT_TRUE(ShouldShowNotificationAsPopup(ash_system_notifier, ""));
149 EXPECT_FALSE(ShouldShowNotificationAsPopup(random_system_notifier, ""));
150 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id, "test@example.com"));
160 EXPECT_FALSE(ShouldShowNotificationAsPopup(notifier_id, ""))
    [all...]
login_state_notification_blocker_chromeos_unittest.cc 51 bool ShouldShowNotificationAsPopup(
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_id))
    [all...]
login_state_notification_blocker_chromeos_browsertest.cc 70 bool ShouldShowNotificationAsPopup(
72 return blocker_->ShouldShowNotificationAsPopup(notifier_id);
99 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
105 EXPECT_FALSE(ShouldShowNotificationAsPopup(notifier_id));
111 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
134 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
140 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
146 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
screen_lock_notification_blocker.h 25 virtual bool ShouldShowNotificationAsPopup(
fullscreen_notification_blocker.h 26 virtual bool ShouldShowNotificationAsPopup(
login_state_notification_blocker_chromeos.h 32 virtual bool ShouldShowNotificationAsPopup(
screen_lock_notification_blocker.cc 37 bool ScreenLockNotificationBlocker::ShouldShowNotificationAsPopup(
multi_user_notification_blocker_chromeos.h 29 virtual bool ShouldShowNotificationAsPopup(
fullscreen_notification_blocker.cc 67 bool FullscreenNotificationBlocker::ShouldShowNotificationAsPopup(
login_state_notification_blocker_chromeos.cc 45 bool LoginStateNotificationBlockerChromeOS::ShouldShowNotificationAsPopup(
multi_user_notification_blocker_chromeos.cc 48 bool MultiUserNotificationBlockerChromeOS::ShouldShowNotificationAsPopup(
  /external/chromium_org/ui/message_center/
notification_blocker.h 42 virtual bool ShouldShowNotificationAsPopup(
notification_list.cc 20 bool ShouldShowNotificationAsPopup(
24 if (!blockers[i]->ShouldShowNotificationAsPopup(notification.notifier_id()))
180 if (!ShouldShowNotificationAsPopup(**iter, blockers))
204 if (!ShouldShowNotificationAsPopup(**iter, blockers)) {
message_center_impl_unittest.cc 91 virtual bool ShouldShowNotificationAsPopup(
111 virtual bool ShouldShowNotificationAsPopup(
114 ToggledNotificationBlocker::ShouldShowNotificationAsPopup(notifier_id);
133 return ShouldShowNotificationAsPopup(notifier_id);
  /external/chromium_org/ash/first_run/
desktop_cleaner.cc 89 virtual bool ShouldShowNotificationAsPopup(

Completed in 400 milliseconds