HomeSort by relevance Sort by last modified time
    Searched refs:truncated_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/http/
partial_data.cc 103 truncated_(false),
146 if (truncated_ || !byte_range_.IsValid())
180 } else if (!truncated_) {
263 truncated_ = true;
297 DCHECK(truncated_);
308 if (truncated_)
328 if (!byte_range_.IsValid() || truncated_)
363 if (truncated_) {
382 if (truncated_)
partial_data.h 135 bool truncated_; // We have an incomplete 200 stored. member in class:net::PartialData
http_cache_transaction.cc 207 truncated_(false),
273 if (partial_.get() && !truncated_)
283 truncated_ = true;
1010 if (handling_206_ && mode_ == READ_WRITE && !truncated_ && !is_sparse_) {
    [all...]
http_cache_transaction.h 407 bool truncated_; // We don't have all the response data. member in class:net::HttpCache::Transaction

Completed in 248 milliseconds