Home | History | Annotate | Download | only in message_center

Lines Matching defs:Notification

55 class MESSAGE_CENTER_EXPORT Notification {
57 Notification(NotificationType type,
67 Notification(const Notification& other);
69 virtual ~Notification();
73 void CopyState(Notification* base);
78 // Uniquely identifies a notification in the message center. For
79 // notification front ends that support multiple profiles, this id should
91 // A display string for the source of the notification.
158 // The notification with lesser serial_number is considered 'older'.
161 // Marks this explicitly to prevent the timeout dismiss of notification.
192 // Helper method to create a simple system notification. |click_callback|
193 // will be invoked when the notification is clicked.
194 static scoped_ptr<Notification> CreateSystemNotification(
203 Notification& operator=(const Notification& other);
205 // The type of notification we'd like displayed.
215 // The display string for the source of the notification. Could be
227 // represents the notification, for firing events.