summaryrefslogtreecommitdiffstats
path: root/net/base/upload_bytes_element_reader_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in net/.Avi Drissman2015-12-201-1/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-11/+17
* net: Split sync part of UploadFileElementReader as UploadFileElementReaderSynchashimoto@chromium.org2012-12-201-8/+8
* net: Allow calling UploadDataStream::Init() multiple times for reset purposehashimoto@chromium.org2012-11-021-0/+22
* net: Make UploadDataStream::Read() asynchronoushashimoto@chromium.org2012-10-171-4/+8
* net: Move data reading functionalities from UploadElement to UploadElementReaderhashimoto@chromium.org2012-09-111-0/+61