HomeSort by relevance Sort by last modified time
    Searched refs:response_headers_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/url_request/
url_request_test_job.cc 106 response_headers_(new HttpResponseHeaders(response_headers)),
118 if (!response_headers_)
120 return response_headers_->GetMimeType(mime_type);
131 if (!response_headers_) {
132 response_headers_ = new HttpResponseHeaders(test_headers());
185 if (response_headers_)
186 info->headers = response_headers_;
190 if (response_headers_)
191 return response_headers_->response_code();
197 if (!response_headers_)
    [all...]
url_request_test_job.h 125 scoped_refptr<HttpResponseHeaders> response_headers_; member in class:net::URLRequestTestJob
  /external/chromium/chrome/common/net/
url_fetcher.cc 138 scoped_refptr<net::HttpResponseHeaders> response_headers_; member in class:URLFetcher::Core
291 response_headers_ = request_->response_headers();
578 return core_->response_headers_;
  /external/chromium/net/ocsp/
nss_ocsp.cc 243 return response_headers_->raw_headers();
271 response_headers_ = request_->response_headers();
272 response_headers_->GetMimeType(&response_content_type_);
400 scoped_refptr<net::HttpResponseHeaders> response_headers_; member in class:__anon5091::OCSPRequestSession

Completed in 33 milliseconds