OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldShowNotification
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_notification_blocker_chromeos_unittest.cc
112
bool
ShouldShowNotification
(
117
return blocker()->
ShouldShowNotification
(id_with_profile);
152
EXPECT_FALSE(
ShouldShowNotification
(notifier_id, ""));
153
EXPECT_TRUE(
ShouldShowNotification
(ash_system_notifier, ""));
154
EXPECT_FALSE(
ShouldShowNotification
(random_system_notifier, ""));
155
EXPECT_TRUE(
ShouldShowNotification
(notifier_id, GetDefaultUserId()));
156
EXPECT_TRUE(
ShouldShowNotification
(random_system_notifier,
170
EXPECT_FALSE(
ShouldShowNotification
(notifier_id, ""));
171
EXPECT_TRUE(
ShouldShowNotification
(ash_system_notifier, ""));
172
EXPECT_FALSE(
ShouldShowNotification
(random_system_notifier, ""))
[
all
...]
multi_user_notification_blocker_chromeos.cc
22
bool MultiUserNotificationBlockerChromeOS::
ShouldShowNotification
(
35
return
ShouldShowNotification
(notifier_id);
multi_user_notification_blocker_chromeos.h
28
virtual bool
ShouldShowNotification
(
/external/chromium_org/ui/message_center/
notification_blocker.h
36
virtual bool
ShouldShowNotification
(const NotifierId& notifier_id) const;
notification_blocker.cc
31
bool NotificationBlocker::
ShouldShowNotification
(
notification_list.cc
286
if (!blockers[i]->
ShouldShowNotification
((*iter)->notifier_id())) {
message_center_impl_unittest.cc
160
virtual bool
ShouldShowNotification
(
[
all
...]
Completed in 368 milliseconds