HomeSort by relevance Sort by last modified time
    Searched refs:notifier_id (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/ash/system/
system_notifier.cc 41 bool MatchSystemNotifierId(const message_center::NotifierId& notifier_id,
43 if (notifier_id.type != message_center::NotifierId::SYSTEM_COMPONENT)
47 if (notifier_id.id == id_list[i])
70 bool ShouldAlwaysShowPopups(const message_center::NotifierId& notifier_id) {
71 return MatchSystemNotifierId(notifier_id, kAlwaysShownNotifierIds);
74 bool IsAshSystemNotifier(const message_center::NotifierId& notifier_id) {
75 return MatchSystemNotifierId(notifier_id, kAshSystemNotifiers);
system_notifier.h 32 // Returns true if notifications from |notifier_id| should always appear as
36 const message_center::NotifierId& notifier_id);
38 // Returns true if |notifier_id| is the system notifier from Ash.
40 const message_center::NotifierId& notifier_id);
  /external/chromium_org/ui/message_center/views/
message_center_controller.h 24 const NotifierId& notifier_id) = 0;
31 virtual void ExpandGroup(const NotifierId& notifier_id) = 0;
32 virtual void RemoveGroup(const NotifierId& notifier_id) = 0;
notifier_settings_view_unittest.cc 17 NotifierId notifier_id(NotifierId::APPLICATION, id);
18 return new Notifier(notifier_id, base::UTF8ToUTF16(title), enabled);
33 virtual bool NotifierHasAdvancedSettings(const NotifierId& notifier_id) const
35 return notifier_id == settings_handler_id_;
39 const NotifierId& notifier_id,
42 last_notifier_id_settings_requested_.reset(new NotifierId(notifier_id));
message_view.h 32 const NotifierId& notifier_id) = 0;
50 const NotifierId& notifier_id,
83 NotifierId notifier_id() { return notifier_id_; } function in class:message_center::MessageView
message_view.cc 44 message_center::NotifierId notifier_id,
64 message_center::NotifierId notifier_id,
68 notifier_id_(notifier_id) {
120 const NotifierId& notifier_id,
137 const NotifierId& notifier_id,
140 notifier_id_(notifier_id),
168 const NotifierId& notifier_id,
172 notifier_id_(notifier_id),
175 notifier_id,
  /external/chromium_org/chrome/browser/notifications/
multi_user_notification_blocker_chromeos_unittest.cc 92 const message_center::NotifierId& notifier_id,
94 message_center::NotifierId id_with_profile = notifier_id;
100 const message_center::NotifierId& notifier_id,
102 message_center::NotifierId id_with_profile = notifier_id;
127 message_center::NotifierId notifier_id(
138 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id, ""));
141 EXPECT_TRUE(ShouldShowNotification(notifier_id, ""));
147 EXPECT_FALSE(ShouldShowNotificationAsPopup(notifier_id, ""));
150 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id, "test@example.com"));
151 EXPECT_FALSE(ShouldShowNotification(notifier_id, ""));
    [all...]
login_state_notification_blocker_chromeos_unittest.cc 52 const message_center::NotifierId& notifier_id) {
53 return blocker_->ShouldShowNotificationAsPopup(notifier_id);
65 message_center::NotifierId 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));
96 message_center::NotifierId notifier_id(
101 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
    [all...]
login_state_notification_blocker_chromeos_browsertest.cc 71 const message_center::NotifierId& notifier_id) {
72 return blocker_->ShouldShowNotificationAsPopup(notifier_id);
92 message_center::NotifierId notifier_id(
99 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
105 EXPECT_FALSE(ShouldShowNotificationAsPopup(notifier_id));
111 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
126 message_center::NotifierId notifier_id(
134 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
140 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
146 EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id));
    [all...]
multi_user_notification_blocker_chromeos.cc 38 const message_center::NotifierId& notifier_id) const {
42 if (ash::system_notifier::IsAshSystemNotifier(notifier_id))
45 return notifier_id.profile_id == active_user_id_;
49 const message_center::NotifierId& notifier_id) const {
50 return ShouldShowNotification(notifier_id);
multi_user_notification_blocker_chromeos.h 28 const message_center::NotifierId& notifier_id) const OVERRIDE;
30 const message_center::NotifierId& notifier_id) const OVERRIDE;
screen_lock_notification_blocker.h 26 const message_center::NotifierId& notifier_id) const OVERRIDE;
fullscreen_notification_blocker.h 27 const message_center::NotifierId& notifier_id) const OVERRIDE;
login_state_notification_blocker_chromeos.h 33 const message_center::NotifierId& notifier_id) const OVERRIDE;
screen_lock_notification_blocker.cc 38 const message_center::NotifierId& notifier_id) const {
message_center_settings_controller.cc 212 NotifierId notifier_id(NotifierId::APPLICATION, extension->id());
214 notifier_id,
216 notification_service->IsNotifierEnabled(notifier_id)));
254 NotifierId notifier_id(url);
256 notifier_id,
258 notification_service->IsNotifierEnabled(notifier_id)));
307 if (notifier.notifier_id.type == NotifierId::WEB_PAGE) {
318 if (notifier.notifier_id.url.is_valid()) {
320 notification_service->GrantPermission(notifier.notifier_id.url);
322 notification_service->DenyPermission(notifier.notifier_id.url)
    [all...]
welcome_notification.cc 113 message_center::NotifierId notifier_id = notification.notifier_id(); local
114 if ((notifier_id.id == kChromeNowExtensionID) && !delayed_notification_) {
130 ShowWelcomeNotification(notifier_id,
155 const message_center::NotifierId notifier_id,
180 notifier_id,
welcome_notification.h 60 const message_center::NotifierId notifier_id,
  /external/chromium_org/ui/message_center/
notification_blocker.h 34 // Returns true when notifications from |notifier_id| should appear in the
36 virtual bool ShouldShowNotification(const NotifierId& notifier_id) const;
38 // Returns true when notifications from |notifier_id| should be shown as
43 const NotifierId& notifier_id) const = 0;
fake_notifier_settings_provider.h 34 virtual bool NotifierHasAdvancedSettings(const NotifierId& notifier_id) const
37 const NotifierId& notifier_id,
49 void SetNotifierHasAdvancedSettings(const NotifierId& notifier_id);
notifier_settings.cc 53 Notifier::Notifier(const NotifierId& notifier_id,
56 : notifier_id(notifier_id),
fake_notifier_settings_provider.cc 83 const message_center::NotifierId& notifier_id) const {
86 return *notifier_id_with_settings_handler_ == notifier_id;
90 const NotifierId& notifier_id,
116 const NotifierId& notifier_id) {
117 notifier_id_with_settings_handler_.reset(new NotifierId(notifier_id));
notifier_settings.h 89 Notifier(const NotifierId& notifier_id, const string16& name, bool enabled);
92 NotifierId notifier_id; member in struct:message_center::Notifier
137 virtual void UpdateIconImage(const NotifierId& notifier_id,
185 virtual bool NotifierHasAdvancedSettings(const NotifierId& notifier_id)
190 const NotifierId& notifier_id,
notification_blocker.cc 32 const NotifierId& notifier_id) const {
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.h 93 const std::string& notifier_id,
130 void DisplayUnreadNotificationsFromSource(const std::string& notifier_id);
134 void RemoveUnreadNotificationsFromSource(const std::string& notifier_id);
138 void CollectPerServiceEnablingStatistics(const std::string& notifier_id,

Completed in 1821 milliseconds

1 2 3