Searched refs:is_chunked_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/base/
H A Dupload_data_stream.cc23 is_chunked_(false),
35 is_chunked_(true),
68 if (!is_chunked_)
79 // are ready. Check is_chunked_ here, rather than relying on the loop
80 // below, as there is a case that is_chunked_ is set to true, but the
82 if (is_chunked_)
95 DCHECK(is_chunked_);
146 if (!is_chunked_) {
208 DCHECK(!is_chunked_);
222 DCHECK(is_chunked_ || total_size
[all...]
H A Dupload_data_stream.h80 bool is_chunked() const { return is_chunked_; }
139 const bool is_chunked_; member in class:net::UploadDataStream

Completed in 47 milliseconds