Searched refs:PushNotification (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dnotification_list.h148 void PushNotification(scoped_ptr<Notification> notification);
H A Dnotification_list.cc89 PushNotification(notification.Pass());
111 // Do not use EraseNotification and PushNotification, since we don't want to
330 void NotificationList::PushNotification(scoped_ptr<Notification> notification) { function in class:message_center::NotificationList
H A Dnotification_list_unittest.cc727 // Call PushNotification on this notification.
728 notification_list()->PushNotification(notification.Pass());

Completed in 202 milliseconds