Searched refs:truncated_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Dpartial_data.cc103 truncated_(false),
146 if (truncated_ || !byte_range_.IsValid())
180 } else if (!truncated_) {
263 truncated_ = true;
294 DCHECK(truncated_);
305 if (truncated_)
325 if (!byte_range_.IsValid() || truncated_)
360 if (truncated_) {
379 if (truncated_)
H A Dpartial_data.h135 bool truncated_; // We have an incomplete 200 stored. member in class:net::PartialData
H A Dhttp_cache_transaction.cc326 truncated_(false),
394 if (partial_.get() && !truncated_)
404 truncated_ = true;
1184 if (handling_206_ && mode_ == READ_WRITE && !truncated_ && !is_sparse_) {
1553 } else if (entry_ && handling_206_ && truncated_ &&
1589 next_state_ = truncated_ ? STATE_CACHE_WRITE_TRUNCATED_RESPONSE :
1677 &response_, &truncated_)) {
1688 truncated_ = false;
1879 if (!(result == 0 && !truncated_ &&
2101 if (truncated_)
[all...]
H A Dhttp_cache_transaction.h425 bool truncated_; // We don't have all the response data. member in class:net::HttpCache::Transaction

Completed in 156 milliseconds