Home | History | Annotate | Download | only in message_center

Lines Matching refs:notification_id

19   // Called when the notification associated with |notification_id| is added
21 virtual void OnNotificationAdded(const std::string& notification_id) {}
23 // Called when the notification associated with |notification_id| is removed
25 virtual void OnNotificationRemoved(const std::string& notification_id,
29 // |notification_id| is updated.
30 virtual void OnNotificationUpdated(const std::string& notification_id) {}
33 // |notification_id|.
34 virtual void OnNotificationClicked(const std::string& notification_id) {}
37 // of the notification associated with |notification_id|.
38 virtual void OnNotificationButtonClicked(const std::string& notification_id,
41 // Called when the notification associated with |notification_id| is actually
43 virtual void OnNotificationDisplayed(const std::string& notification_id) {}