HomeSort by relevance Sort by last modified time
    Searched defs:NotificationList (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/message_center/
notification_list.h 44 class MESSAGE_CENTER_EXPORT NotificationList {
54 explicit NotificationList();
55 virtual ~NotificationList();
154 DISALLOW_COPY_AND_ASSIGN(NotificationList);
notification_list.cc 53 NotificationList::NotificationList()
58 NotificationList::~NotificationList() {
62 void NotificationList::SetMessageCenterVisible(
86 void NotificationList::AddNotification(scoped_ptr<Notification> notification) {
90 void NotificationList::UpdateNotificationMessage(
118 void NotificationList::RemoveNotification(const std::string& id) {
122 NotificationList::Notifications NotificationList::GetNotificationsByNotifierId
    [all...]
  /external/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc 122 NotificationList;
123 NotificationList notifications_;
    [all...]
  /external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc 123 NotificationList;
124 NotificationList notifications_;
    [all...]

Completed in 1015 milliseconds