HomeSort by relevance Sort by last modified time
    Searched full:notifier_id (Results 26 - 50 of 65) sorted by null

12 3

  /external/chromium_org/ui/message_center/views/
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;
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
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;
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) {
  /external/chromium_org/chrome/browser/notifications/
login_state_notification_blocker_chromeos.cc 46 const message_center::NotifierId& notifier_id) const {
47 if (ash::system_notifier::ShouldAlwaysShowPopups(notifier_id))
login_state_notification_blocker_chromeos.h 33 const message_center::NotifierId& notifier_id) const OVERRIDE;
message_center_settings_controller.h 71 const message_center::NotifierId& notifier_id) const OVERRIDE;
73 const message_center::NotifierId& notifier_id,
notification.cc 66 const message_center::NotifierId& notifier_id,
77 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,
welcome_notification.h 60 const message_center::NotifierId notifier_id,
  /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...]
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,
  /external/chromium_org/ui/message_center/cocoa/
settings_controller_unittest.mm 47 NotifierId notifier_id(NotifierId::APPLICATION, id);
48 return new Notifier(notifier_id, base::UTF8ToUTF16(title), enabled);
settings_controller.h 29 virtual void UpdateIconImage(const NotifierId& notifier_id,
settings_controller.mm 75 void NotifierSettingsObserverMac::UpdateIconImage(const NotifierId& notifier_id,
77 [settings_controller_ setIcon:icon.AsNSImage() forNotifierId:notifier_id];
289 provider_->OnNotifierAdvancedSettingsRequested(notifier->notifier_id, NULL);
312 if (notifiers_[i]->notifier_id == id) {
tray_view_controller_unittest.mm 213 NotifierId notifier_id(NotifierId::APPLICATION, id);
214 return new Notifier(notifier_id, base::UTF8ToUTF16(title), enabled);
  /external/chromium_org/ui/message_center/
notification.cc 57 const NotifierId& notifier_id,
66 notifier_id_(notifier_id),
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...]
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())) {
fake_message_center.cc 95 const NotifierId& notifier_id) {
fake_message_center.h 53 const NotifierId& notifier_id) OVERRIDE;
notification.h 63 const NotifierId& notifier_id,
89 const NotifierId& notifier_id() const { return notifier_id_; } function in class:message_center::Notification
  /external/chromium_org/ash/first_run/
desktop_cleaner.cc 90 const message_center::NotifierId& notifier_id) const OVERRIDE {

Completed in 341 milliseconds

12 3