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 42 class MESSAGE_CENTER_EXPORT NotificationList {
52 explicit NotificationList();
53 virtual ~NotificationList();
149 scoped_ptr<base::OneShotTimer<NotificationList> > quiet_mode_timer_;
151 DISALLOW_COPY_AND_ASSIGN(NotificationList);
notification_list.cc 39 NotificationList::NotificationList()
45 NotificationList::~NotificationList() {
49 void NotificationList::SetMessageCenterVisible(
75 void NotificationList::AddNotification(scoped_ptr<Notification> notification) {
79 void NotificationList::UpdateNotificationMessage(
104 void NotificationList::RemoveNotification(const std::string& id) {
108 void NotificationList::RemoveAllNotifications() {
117 NotificationList::Notifications NotificationList::GetNotificationsBySource
    [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 281 milliseconds