Home
last modified time | relevance | path

Searched refs:response_headers_ (Results 1 – 17 of 17) sorted by relevance

/external/chromium/net/url_request/
Durl_request_test_job.cc106 response_headers_(new HttpResponseHeaders(response_headers)), in URLRequestTestJob()
118 if (!response_headers_) in GetMimeType()
120 return response_headers_->GetMimeType(mime_type); in GetMimeType()
131 if (!response_headers_) { in StartAsync()
132 response_headers_ = new HttpResponseHeaders(test_headers()); in StartAsync()
185 if (response_headers_) in GetResponseInfo()
186 info->headers = response_headers_; in GetResponseInfo()
190 if (response_headers_) in GetResponseCode()
191 return response_headers_->response_code(); in GetResponseCode()
197 if (!response_headers_) in IsRedirectResponse()
[all …]
Durl_request_test_job.h125 scoped_refptr<HttpResponseHeaders> response_headers_; variable
/external/chromium_org/net/url_request/
Durl_request_test_job.cc141 response_headers_(new HttpResponseHeaders(response_headers)), in URLRequestTestJob()
158 if (!response_headers_.get()) in GetMimeType()
160 return response_headers_->GetMimeType(mime_type); in GetMimeType()
176 if (!response_headers_.get()) { in StartAsync()
177 response_headers_ = new HttpResponseHeaders(test_headers()); in StartAsync()
188 response_headers_ = in StartAsync()
237 if (response_headers_.get()) in GetResponseInfo()
238 info->headers = response_headers_; in GetResponseInfo()
253 if (response_headers_.get()) in GetResponseCode()
254 return response_headers_->response_code(); in GetResponseCode()
[all …]
Durl_request_test_job.h155 scoped_refptr<HttpResponseHeaders> response_headers_; variable
Durl_fetcher_core.h233 scoped_refptr<HttpResponseHeaders> response_headers_; variable
Durl_fetcher_core.cc290 return response_headers_.get(); in GetResponseHeaders()
391 response_headers_ = request_->response_headers(); in OnResponseStarted()
/external/chromium_org/net/tools/quic/
Dquic_spdy_server_stream_test.cc82 response_headers_); in ValidateHeaders()
133 BalsaHeaders response_headers_; member in net::tools::test::__anond9d926310111::QuicSpdyServerStreamTest
207 response_headers_.SetResponseFirstlineFromStringPieces( in TEST_F()
209 response_headers_.ReplaceOrAppendHeader("content-length", "3"); in TEST_F()
225 response_headers_.SetResponseFirstlineFromStringPieces( in TEST_F()
227 response_headers_.ReplaceOrAppendHeader("content-length", "3"); in TEST_F()
/external/chromium_org/net/spdy/
Dspdy_stream_test_util.cc61 response_headers_ = response_headers; in OnResponseHeadersUpdated()
99 SpdyHeaderBlock::const_iterator it = response_headers_.find(name); in GetResponseHeaderValue()
100 return (it == response_headers_.end()) ? std::string() : it->second; in GetResponseHeaderValue()
Dspdy_stream.cc152 delegate_->OnResponseHeadersUpdated(response_headers_); in PushedStreamReplayData()
394 CHECK(response_headers_.empty()); in OnInitialResponseHeadersReceived()
651 (type_ == SPDY_PUSH_STREAM) ? response_headers_ : *request_headers_; in GetUrlFromHeaders()
895 SpdyHeaderBlock::iterator it2 = response_headers_.lower_bound(it->first); in MergeWithResponseHeaders()
897 if (it2 != response_headers_.end() && it2->first == it->first) { in MergeWithResponseHeaders()
903 response_headers_.insert(it2, *it); in MergeWithResponseHeaders()
915 delegate_->OnResponseHeadersUpdated(response_headers_); in MergeWithResponseHeaders()
Dspdy_stream_test_util.h83 SpdyHeaderBlock response_headers_; variable
Dspdy_stream.h513 SpdyHeaderBlock response_headers_; variable
/external/chromium_org/chrome_frame/
Durlmon_url_request_private.h120 return response_headers_; in response_headers()
244 std::string response_headers_; variable
Durlmon_url_request.cc259 response_headers_ = GetHttpHeadersFromBinding(binding_); in OnStartBinding()
260 DCHECK(!response_headers_.empty()); in OnStartBinding()
/external/chromium/net/ocsp/
Dnss_ocsp.cc243 return response_headers_->raw_headers(); in http_response_headers()
271 response_headers_ = request_->response_headers(); in OnResponseStarted()
272 response_headers_->GetMimeType(&response_content_type_); in OnResponseStarted()
400 scoped_refptr<net::HttpResponseHeaders> response_headers_; member in __anonf6ce3b040111::OCSPRequestSession
/external/chromium_org/net/ocsp/
Dnss_ocsp.cc277 return response_headers_->raw_headers(); in http_response_headers()
305 response_headers_ = request_->response_headers(); in OnResponseStarted()
306 response_headers_->GetMimeType(&response_content_type_); in OnResponseStarted()
439 scoped_refptr<HttpResponseHeaders> response_headers_; member in net::__anon04cf542b0111::OCSPRequestSession
/external/chromium/chrome/common/net/
Durl_fetcher.cc138 scoped_refptr<net::HttpResponseHeaders> response_headers_; member in URLFetcher::Core
291 response_headers_ = request_->response_headers(); in OnResponseStarted()
578 return core_->response_headers_; in response_headers()
/external/chromium_org/content/browser/loader/
Dresource_dispatcher_host_unittest.cc640 response_headers_ = net::HttpUtil::AssembleRawHeaders(headers.data(), in SetResponse()
667 if (test_fixture_->response_headers_.empty()) { in Factory()
682 test_fixture_->response_headers_, test_fixture_->response_data_, in Factory()
687 test_fixture_->response_headers_, test_fixture_->response_data_, in Factory()
692 test_fixture_->response_headers_, test_fixture_->response_data_, in Factory()
730 std::string response_headers_; member in content::ResourceDispatcherHostTest