Home | History | Annotate | Download | only in message_center

Lines Matching defs:Notification

5 #include "ui/message_center/notification.h"
51 Notification::Notification(NotificationType type,
73 Notification::Notification(const Notification& other)
87 Notification& Notification::operator=(const Notification& other) {
104 Notification::~Notification() {}
106 bool Notification::IsRead() const {
110 void Notification::CopyState(Notification* base) {
118 void Notification::SetButtonIcon(size_t index, const gfx::Image& icon) {
124 void Notification::SetSystemPriority() {
130 scoped_ptr<Notification> Notification::CreateSystemNotification(
137 scoped_ptr<Notification> notification(
138 new Notification(
148 notification->SetSystemPriority();
149 return notification.Pass();