Home | History | Annotate | Download | only in notifications

Lines Matching full:notification

16 #include "ui/message_center/notification.h"
24 // Representation of a notification to be shown to the user.
28 class Notification : public message_center::Notification {
30 // Initializes a notification with text content. On non-ash platforms, this
32 Notification(const GURL& origin_url,
41 Notification(
54 Notification(const Notification& notification);
55 virtual ~Notification();
56 Notification& operator=(const Notification& notification);
58 // The origin URL of the script which requested the notification.
64 // A unique identifier used to update (replace) or remove a notification.
80 // The Origin of the page/worker which created this notification.
83 // URL for the icon associated with the notification. Requires delegate_
87 // The URLs of the button images for a rich notification.
91 // The URL of a large image to be displayed for a a rich notification.
94 // The user-supplied replace ID for the notification.
98 // represents the notification, for firing events.