Home | History | Annotate | Download | only in notifications

Lines Matching defs:Notification

17 // Representation of an notification to be shown to the user.  All
20 class Notification {
22 Notification(const GURL& origin_url,
27 Notification(const Notification& notification);
28 ~Notification();
29 Notification& operator=(const Notification& notification);
31 // The URL (may be data:) containing the contents for the notification.
34 // The origin URL of the script which requested the notification.
37 // A display string for the source of the notification.
52 // The Origin of the page/worker which created this notification.
59 // The display string for the source of the notification. Could be
63 // The replace ID for the notification.
67 // represents the notification, for firing events.