Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_response_info.cc188 bool skip_transient_headers, in Persist() argument
216 if (skip_transient_headers) { in Persist()
Dhttp_response_info.h38 bool skip_transient_headers,
Dhttp_cache_transaction.cc1898 bool skip_transient_headers = (cache_->mode() != RECORD); in WriteResponseInfoToEntry() local
1905 response_.Persist(data->pickle(), skip_transient_headers, truncated); in WriteResponseInfoToEntry()
Dhttp_cache_unittest.cc591 bool skip_transient_headers, in WriteResponseInfo() argument
595 &pickle, skip_transient_headers, response_truncated); in WriteResponseInfo()
/external/chromium_org/net/http/
Dhttp_response_info.h58 bool skip_transient_headers,
Dhttp_response_info.cc282 bool skip_transient_headers, in Persist() argument
319 if (skip_transient_headers) { in Persist()
Dmock_http_cache.cc533 bool skip_transient_headers, bool response_truncated) { in WriteResponseInfo() argument
536 &pickle, skip_transient_headers, response_truncated); in WriteResponseInfo()
Dmock_http_cache.h185 bool skip_transient_headers,
Dhttp_cache_transaction.cc2276 bool skip_transient_headers = (cache_->mode() != RECORD); in WriteResponseInfoToEntry() local
2282 response_.Persist(data->pickle(), skip_transient_headers, truncated); in WriteResponseInfoToEntry()