Home
last modified time | relevance | path

Searched refs:notifier_id_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
Dextension_welcome_notification.cc44 notifier_id_(notifier_id.type, notifier_id.id), in NotificationCallbacks()
92 message_center::Notifier notifier(notifier_id_, base::string16(), true); in DisableNotificationProvider()
95 message_center->DisableNotificationsByNotifier(notifier_id_); in DisableNotificationProvider()
105 const message_center::NotifierId notifier_id_; member in __anonff99c92d0111::NotificationCallbacks
142 : notifier_id_(message_center::NotifierId::APPLICATION, in ExtensionWelcomeNotification()
192 if ((notification.notifier_id() == notifier_id_) && !delayed_notification_) { in ShowWelcomeNotificationIfNecessary()
274 notifier_id_, in ShowWelcomeNotification()
277 profile_, notifier_id_, welcome_notification_id_, in ShowWelcomeNotification()
Dextension_welcome_notification.h137 message_center::NotifierId notifier_id_; variable
/external/chromium_org/ui/message_center/
Dnotification.cc66 notifier_id_(notifier_id), in Notification()
80 notifier_id_(other.notifier_id_), in Notification()
94 notifier_id_ = other.notifier_id_; in operator =()
Dmessage_center_tray.cc44 NotifierId notifier_id_; member in message_center::__anonf65885fb0111::NotificationMenuModel
54 notifier_id_(notifier_id) { in NotificationMenuModel()
86 tray_->message_center()->DisableNotificationsByNotifier(notifier_id_); in ExecuteCommand()
Dnotification.h94 const NotifierId& notifier_id() const { return notifier_id_; } in notifier_id()
97 notifier_id_.profile_id = profile_id; in set_profile_id()
220 NotifierId notifier_id_;
/external/chromium_org/ui/message_center/views/
Dmessage_view.h95 NotifierId notifier_id() { return notifier_id_; } in notifier_id()
109 NotifierId notifier_id_; variable
Dmessage_view.cc70 notifier_id_(notifier_id), in MessageView()