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

  /external/chromium_org/ui/message_center/
message_center_impl.h 210 scoped_ptr<NotificationList> notification_list_; member in class:message_center::MessageCenterImpl
notification_list_unittest.cc 26 notification_list_.reset(new NotificationList());
39 notification_list_->AddNotification(notification.Pass());
93 NotificationList* notification_list() { return notification_list_.get(); }
103 scoped_ptr<NotificationList> notification_list_; member in class:message_center::NotificationListTest

Completed in 40 milliseconds