Home
last modified time | relevance | path

Searched refs:skip_transient_headers (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/http/
Dhttp_response_info.cc118 bool skip_transient_headers, in Persist() argument
141 if (skip_transient_headers) { in Persist()
Dhttp_response_info.h69 bool skip_transient_headers,
Dhttp_cache.h124 bool skip_transient_headers,
Dhttp_cache.cc268 bool skip_transient_headers, in WriteResponseInfo() argument
272 &pickle, skip_transient_headers, response_truncated); in WriteResponseInfo()
Dhttp_cache_transaction.cc1400 bool skip_transient_headers = (cache_->mode() != RECORD); in WriteResponseInfoToEntry() local
1407 response_.Persist(data->pickle(), skip_transient_headers, truncated); in WriteResponseInfoToEntry()