HomeSort by relevance Sort by last modified time
    Searched full:notification_list_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/message_center/
message_center_impl.cc 199 notification_list_.reset(new NotificationList());
203 notification_list_.reset();
220 notification_list_->SetMessageCenterVisible(visible, &updated_ids);
235 return notification_list_->is_message_center_visible();
239 return notification_list_->NotificationCount();
243 return notification_list_->unread_count();
247 return notification_list_->HasPopupNotifications();
251 return notification_list_->HasNotification(id);
255 return notification_list_->quiet_mode();
260 notification_list_->GetNotificationDelegate(id)
    [all...]
notification_list_unittest.cc 25 notification_list_.reset(new NotificationList());
46 notification_list_->AddNotification(notification.Pass());
74 NotificationList* notification_list() { return notification_list_.get(); }
83 scoped_ptr<NotificationList> notification_list_; member in class:message_center::test::NotificationListTest
message_center_impl.h 187 scoped_ptr<NotificationList> notification_list_; member in class:message_center::MessageCenterImpl

Completed in 125 milliseconds