OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShouldShowNotification
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/notifications/
multi_user_notification_blocker_chromeos.cc
37
bool MultiUserNotificationBlockerChromeOS::
ShouldShowNotification
(
50
return
ShouldShowNotification
(notifier_id);
multi_user_notification_blocker_chromeos_unittest.cc
99
bool
ShouldShowNotification
(
104
return blocker_->
ShouldShowNotification
(id_with_profile);
141
EXPECT_TRUE(
ShouldShowNotification
(notifier_id, ""));
142
EXPECT_TRUE(
ShouldShowNotification
(ash_system_notifier, ""));
143
EXPECT_TRUE(
ShouldShowNotification
(random_system_notifier, ""));
151
EXPECT_FALSE(
ShouldShowNotification
(notifier_id, ""));
152
EXPECT_TRUE(
ShouldShowNotification
(ash_system_notifier, ""));
153
EXPECT_FALSE(
ShouldShowNotification
(random_system_notifier, ""));
154
EXPECT_TRUE(
ShouldShowNotification
(notifier_id, "test@example.com"));
155
EXPECT_TRUE(
ShouldShowNotification
(random_system_notifier
[
all
...]
/external/chromium_org/ui/message_center/
notification_blocker.cc
31
bool NotificationBlocker::
ShouldShowNotification
(
Completed in 2369 milliseconds