Searched refs:notifier_id_ (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/chrome/browser/notifications/ |
D | extension_welcome_notification.cc | 44 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()
|
D | extension_welcome_notification.h | 137 message_center::NotifierId notifier_id_; variable
|
/external/chromium_org/ui/message_center/ |
D | notification.cc | 66 notifier_id_(notifier_id), in Notification() 80 notifier_id_(other.notifier_id_), in Notification() 94 notifier_id_ = other.notifier_id_; in operator =()
|
D | message_center_tray.cc | 44 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()
|
D | notification.h | 94 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/ |
D | message_view.h | 95 NotifierId notifier_id() { return notifier_id_; } in notifier_id() 109 NotifierId notifier_id_; variable
|
D | message_view.cc | 70 notifier_id_(notifier_id), in MessageView()
|