Home | History | Annotate | Download | only in notifications

Lines Matching refs:Notification

15 class Notification;
28 // Adds a notification to be displayed. Virtual for unit test override.
29 virtual void Add(const Notification& notification, Profile* profile) = 0;
31 // Updates an existing notification. If |update_progress_only|, assume
33 virtual bool Update(const Notification& notification, Profile* profile) = 0;
35 // Returns the pointer to a notification if it match the supplied ID, either
37 virtual const Notification* FindById(
44 // Adds the notification_id for each outstanding notification to the set