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 187 scoped_ptr<NotificationList> notification_list_; member in class:message_center::MessageCenterImpl
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

Completed in 40 milliseconds