Home | History | Annotate | Download | only in notifications

Lines Matching defs:Notification

17 #include "ui/message_center/notification.h"
21 // Representation of a notification to be shown to the user.
25 class Notification : public message_center::Notification {
27 // Initializes a notification with text content. On non-ash platforms, this
29 Notification(const GURL& origin_url,
38 // Initializes a notification with text content and an icon image. Currently
40 Notification(const GURL& origin_url,
49 Notification(
62 Notification(const Notification& notification);
63 virtual ~Notification();
64 Notification& operator=(const Notification& notification);
66 // The URL (may be data:) containing the contents for the notification.
69 // The origin URL of the script which requested the notification.
75 // A unique identifier used to update (replace) or remove a notification.
97 // The Origin of the page/worker which created this notification.
100 // URL for the icon associated with the notification. Requires delegate_
108 // The URLs of the button images for a rich notification.
112 // The URL of a large image to be displayed for a a rich notification.
115 // The URL of a small image to be displayed for a a rich notification.
118 // The user-supplied replace ID for the notification.
122 // represents the notification, for firing events.