Lines Matching refs:Notification
12 Notification::Notification(const GURL& origin_url, in Notification() function in Notification
17 : message_center::Notification(message_center::NOTIFICATION_TYPE_SIMPLE, in Notification()
32 Notification::Notification(const GURL& origin_url, in Notification() function in Notification
40 : message_center::Notification(message_center::NOTIFICATION_TYPE_SIMPLE, in Notification()
59 Notification::Notification( in Notification() function in Notification
71 : message_center::Notification(type, in Notification()
96 Notification::Notification(const GURL& origin_url, in Notification() function in Notification
104 : message_center::Notification(message_center::NOTIFICATION_TYPE_SIMPLE, in Notification()
118 Notification::Notification(const Notification& notification) in Notification() function in Notification
119 : message_center::Notification(notification), in Notification()
130 Notification::~Notification() {} in ~Notification()
132 Notification& Notification::operator=(const Notification& notification) { in operator =()
133 message_center::Notification::operator=(notification); in operator =()