Lines Matching refs:Notification
51 Notification::Notification(NotificationType type, in Notification() function in message_center::Notification
74 Notification::Notification(const Notification& other) in Notification() function in message_center::Notification
89 Notification& Notification::operator=(const Notification& other) { in operator =()
107 Notification::~Notification() {} in ~Notification()
109 bool Notification::IsRead() const { in IsRead()
113 void Notification::CopyState(Notification* base) { in CopyState()
122 void Notification::SetButtonIcon(size_t index, const gfx::Image& icon) { in SetButtonIcon()
128 void Notification::SetSystemPriority() { in SetSystemPriority()
134 scoped_ptr<Notification> Notification::CreateSystemNotification( in CreateSystemNotification()
141 scoped_ptr<Notification> notification( in CreateSystemNotification()
142 new Notification( in CreateSystemNotification()