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

  /external/chromium/net/http/
partial_data.h 36 truncated_(false) {}
119 bool truncated_; // We have an incomplete 200 stored. member in class:net::PartialData
partial_data.cc 73 } else if (truncated_) {
139 truncated_ = true;
170 if (truncated_)
192 if (!byte_range_.IsValid() || truncated_)
223 if (truncated_) {
241 if (truncated_)
http_cache_transaction.cc 114 truncated_(false),
533 &response_, &truncated_)) {
573 if (partial_.get() && !truncated_)
585 truncated_ = true;
895 if (truncated_)
924 !truncated_)
969 truncated_)) {
971 // We need to also reset the |truncated_| flag as a new entry is created.
974 truncated_ = false;
1033 if (response_.headers->response_code() != 200 || truncated_ ||
    [all...]
http_cache_transaction.h 304 bool truncated_; // We don't have all the response data. member in class:net::HttpCache::Transaction

Completed in 60 milliseconds