Searched defs:skip_transient_headers (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_response_info.cc284 bool skip_transient_headers,
321 if (skip_transient_headers) {
283 Persist(Pickle* pickle, bool skip_transient_headers, bool response_truncated) const argument
H A Dmock_http_cache.cc545 bool skip_transient_headers, bool response_truncated) {
548 &pickle, skip_transient_headers, response_truncated);
543 WriteResponseInfo( disk_cache::Entry* disk_entry, const net::HttpResponseInfo* response_info, bool skip_transient_headers, bool response_truncated) argument
H A Dhttp_cache_transaction.cc2652 bool skip_transient_headers = (cache_->mode() != RECORD); local
2658 response_.Persist(data->pickle(), skip_transient_headers, truncated);

Completed in 198 milliseconds