/external/chromium_org/chrome/browser/notifications/ |
desktop_notification_service.cc | 523 NotifierId notifier_id(NotifierId::APPLICATION, (*iter)->id()); 524 if (IsNotifierEnabled(notifier_id)) 548 const NotifierId& notifier_id) { 549 switch (notifier_id.type) { 551 return disabled_extension_ids_.find(notifier_id.id) == 554 return GetContentSetting(notifier_id.url) == CONTENT_SETTING_ALLOW; 557 return disabled_system_component_ids_.find(notifier_id.id) == 564 return enabled_sync_notifier_ids_.find(notifier_id.id) != 573 const NotifierId& notifier_id, 575 DCHECK_NE(NotifierId::WEB_PAGE, notifier_id.type) [all...] |
fullscreen_notification_blocker.cc | 68 const message_center::NotifierId& notifier_id) const { 73 notifier_id);
|
login_state_notification_blocker_chromeos.cc | 46 const message_center::NotifierId& notifier_id) const { 47 if (ash::system_notifier::ShouldAlwaysShowPopups(notifier_id))
|
message_center_settings_controller.h | 71 const message_center::NotifierId& notifier_id) const OVERRIDE; 73 const message_center::NotifierId& notifier_id,
|
desktop_notification_service.h | 154 // Returns true if the notifier with |notifier_id| is allowed to send 156 bool IsNotifierEnabled(const message_center::NotifierId& notifier_id); 159 void SetNotifierEnabled(const message_center::NotifierId& notifier_id, 195 const message_center::NotifierId& notifier_id,
|
notification.cc | 66 const message_center::NotifierId& notifier_id, 77 notifier_id,
|
notification.h | 63 const message_center::NotifierId& notifier_id,
|
/external/chromium_org/ui/message_center/views/ |
group_view.h | 25 // Each GroupView has a notifier_id which it uses to report clicks and other 28 const NotifierId& notifier_id, 51 const NotifierId& notifier_id) OVERRIDE;
|
message_center_view.h | 86 const NotifierId& notifier_id) OVERRIDE; 94 virtual void ExpandGroup(const NotifierId& notifier_id) OVERRIDE; 95 virtual void RemoveGroup(const NotifierId& notifier_id) OVERRIDE;
|
toast_contents_view.h | 83 const NotifierId& notifier_id) OVERRIDE; 91 virtual void ExpandGroup(const NotifierId& notifier_id) OVERRIDE; 92 virtual void RemoveGroup(const NotifierId& notifier_id) OVERRIDE;
|
message_center_view_unittest.cc | 102 const NotifierId& notifier_id) OVERRIDE; 110 virtual void ExpandGroup(const NotifierId& notifier_id) OVERRIDE; 111 virtual void RemoveGroup(const NotifierId& notifier_id) OVERRIDE; 195 const NotifierId& notifier_id) { 229 void MessageCenterViewTest::ExpandGroup(const NotifierId& notifier_id) { 234 void MessageCenterViewTest::RemoveGroup(const NotifierId& notifier_id) {
|
group_view.cc | 60 const NotifierId& notifier_id, 66 notifier_id, 69 notifier_id_(notifier_id), 272 const NotifierId& notifier_id) { 273 controller_->DisableNotificationsFromThisSource(notifier_id);
|
message_popup_collection.h | 78 const NotifierId& notifier_id) OVERRIDE; 86 virtual void ExpandGroup(const NotifierId& notifier_id) OVERRIDE; 87 virtual void RemoveGroup(const NotifierId& notifier_id) OVERRIDE;
|
toast_contents_view.cc | 304 const NotifierId& notifier_id) { 306 collection_->DisableNotificationsFromThisSource(notifier_id); 342 void ToastContentsView::ExpandGroup(const NotifierId& notifier_id) { 347 void ToastContentsView::RemoveGroup(const NotifierId& notifier_id) {
|
notification_view.h | 64 const NotifierId& notifier_id) OVERRIDE;
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
chrome_notifier_service.cc | 348 message_center::NotifierId notifier_id( 352 notifier_id, 355 desktop_notification_service->IsNotifierEnabled(notifier_id)); 370 notifier_id.id); 466 const std::string& notifier_id, bool enabled) { 469 // Make a copy of the notifier_id, which might not have lifetime long enough 471 std::string notifier_id_copy(notifier_id); 479 // Add the notifier_id if it is enabled and not already there. 483 DisplayUnreadNotificationsFromSource(notifier_id); 489 // Remove the notifier_id if it is disabled and present [all...] |
/external/chromium_org/ui/message_center/cocoa/ |
settings_controller.h | 29 virtual void UpdateIconImage(const NotifierId& notifier_id,
|
/external/chromium_org/ui/message_center/ |
notification_list.cc | 24 if (!blockers[i]->ShouldShowNotificationAsPopup(notification.notifier_id())) 123 const NotifierId& notifier_id) { 127 if ((*iter)->notifier_id() == notifier_id) 285 if (!blockers[i]->ShouldShowNotification((*iter)->notifier_id())) {
|
notification.cc | 57 const NotifierId& notifier_id, 66 notifier_id_(notifier_id),
|
fake_message_center.cc | 95 const NotifierId& notifier_id) {
|
fake_message_center.h | 53 const NotifierId& notifier_id) OVERRIDE;
|
message_center.h | 111 const NotifierId& notifier_id) = 0;
|
message_center_impl_unittest.cc | 92 const message_center::NotifierId& notifier_id) const OVERRIDE { 112 const NotifierId& notifier_id) const OVERRIDE { 113 return (notifier_id == allowed_notifier_) || 114 ToggledNotificationBlocker::ShouldShowNotificationAsPopup(notifier_id); 132 const NotifierId& notifier_id) const OVERRIDE { 133 return ShouldShowNotificationAsPopup(notifier_id); 320 NotifierId notifier_id(NotifierId::APPLICATION, "app1"); 333 notifier_id, 343 notifier_id, 379 NotifierId notifier_id(NotifierId::APPLICATION, "app1") [all...] |
/external/chromium_org/ash/first_run/ |
desktop_cleaner.cc | 90 const message_center::NotifierId& notifier_id) const OVERRIDE {
|
/external/chromium_org/chrome/browser/extensions/api/notifications/ |
notifications_apitest.cc | 769 message_center::NotifierId notifier_id( 772 message_center::Notifier notifier(notifier_id, base::string16(), true); 806 message_center::NotifierId notifier_id( 809 message_center::Notifier notifier(notifier_id, base::string16(), true); 820 message_center::NotifierId notifier_id( 823 message_center::Notifier notifier(notifier_id, base::string16(), false);
|