Searched refs:skip_transient_headers (Results 1 – 9 of 9) sorted by relevance
/external/chromium/net/http/ |
D | http_response_info.cc | 188 bool skip_transient_headers, in Persist() argument 216 if (skip_transient_headers) { in Persist()
|
D | http_response_info.h | 38 bool skip_transient_headers,
|
D | http_cache_transaction.cc | 1898 bool skip_transient_headers = (cache_->mode() != RECORD); in WriteResponseInfoToEntry() local 1905 response_.Persist(data->pickle(), skip_transient_headers, truncated); in WriteResponseInfoToEntry()
|
D | http_cache_unittest.cc | 591 bool skip_transient_headers, in WriteResponseInfo() argument 595 &pickle, skip_transient_headers, response_truncated); in WriteResponseInfo()
|
/external/chromium_org/net/http/ |
D | http_response_info.h | 58 bool skip_transient_headers,
|
D | http_response_info.cc | 282 bool skip_transient_headers, in Persist() argument 319 if (skip_transient_headers) { in Persist()
|
D | mock_http_cache.cc | 533 bool skip_transient_headers, bool response_truncated) { in WriteResponseInfo() argument 536 &pickle, skip_transient_headers, response_truncated); in WriteResponseInfo()
|
D | mock_http_cache.h | 185 bool skip_transient_headers,
|
D | http_cache_transaction.cc | 2276 bool skip_transient_headers = (cache_->mode() != RECORD); in WriteResponseInfoToEntry() local 2282 response_.Persist(data->pickle(), skip_transient_headers, truncated); in WriteResponseInfoToEntry()
|