Searched refs:http_response_info_ (Results 1 – 8 of 8) sorted by relevance
35 http_response_info_(NULL), in URLRequestFtpJob()71 if (http_response_info_) in GetResponseInfo()72 *info = *http_response_info_; in GetResponseInfo()222 http_response_info_ = http_transaction_->GetResponseInfo(); in OnStartCompleted()223 SetProxyServer(http_response_info_->proxy_server); in OnStartCompleted()225 if (http_response_info_->headers->response_code() == 401 || in OnStartCompleted()226 http_response_info_->headers->response_code() == 407) { in OnStartCompleted()304 if (http_response_info_) { in GetAuthChallengeInfo()305 *result = http_response_info_->auth_challenge; in GetAuthChallengeInfo()
91 const HttpResponseInfo* http_response_info_; variable
353 http_response_info_(NULL), in WebSocketBasicHandshakeStream()386 http_response_info_ = response; in SendRequest()542 DCHECK(http_response_info_); in OnFinishOpeningHandshake()545 http_response_info_->headers, in OnFinishOpeningHandshake()546 http_response_info_->response_time); in OnFinishOpeningHandshake()550 DCHECK(http_response_info_); in ValidateResponse()555 const HttpResponseHeaders* headers = http_response_info_->headers.get(); in ValidateResponse()
110 HttpResponseInfo* http_response_info_; variable
187 if (!http_response_info_) in http_info()191 return http_response_info_.get(); in http_info()439 http_response_info_.reset(new net::HttpResponseInfo()); in CommitResponseHeader()440 http_response_info_->headers.swap(http_response_headers_); in CommitResponseHeader()
152 scoped_ptr<net::HttpResponseInfo> http_response_info_; variable
41 return http_response_info_.get(); in http_response_info()51 const scoped_ptr<net::HttpResponseInfo> http_response_info_; variable
55 http_response_info_(http_info), response_data_size_(response_data_size), in AppCacheResponseInfo()