Home | History | Annotate | Download | only in http

Lines Matching refs:proxy_info_

255   return proxy_info_;
273 return SpdySessionKey(proxy_info_.proxy_server().host_port_pair(),
278 proxy_info_.proxy_server(),
291 proxy_info_.proxy_server().is_https() ||
306 request_->OnStreamReady(this, server_ssl_config_, proxy_info_,
325 proxy_info_,
340 spdy_session, spdy_session_direct_, server_ssl_config_, proxy_info_,
376 this, response, server_ssl_config_, proxy_info_, auth_controller);
398 this, response_info, server_ssl_config_, proxy_info_, stream);
408 proxy_info_,
659 proxy_info_.UseDirect();
664 request_info_.url, &proxy_info_, io_callback_, &pac_request_, net_log_);
672 proxy_info_.RemoveProxiesWithoutScheme(
677 if (proxy_info_.is_empty()) {
712 proxy_info_.is_direct();
731 DCHECK(proxy_info_.proxy_server().is_valid());
743 if (!proxy_info_.is_direct()) {
749 const ProxyServer& proxy_server = proxy_info_.proxy_server();
812 if (proxy_info_.is_http() || proxy_info_.is_https())
817 if (proxy_info_.is_https()) {
818 InitSSLConfig(proxy_info_.proxy_server().host_port_pair(),
838 proxy_info_,
856 priority_, session_, proxy_info_, ShouldForceSpdySSL(),
863 priority_, session_, proxy_info_, ShouldForceSpdySSL(),
946 } else if (proxy_info_.is_https() && connection_->socket() &&
1051 bool using_proxy = (proxy_info_.is_http() || proxy_info_.is_https()) &&
1074 proxy_info_,
1089 const ProxyServer& proxy_server = proxy_info_.proxy_server();
1157 session_->proxy_service()->ReportSuccess(proxy_info_);
1211 if (!proxy_info_.is_https())
1228 if (proxy_info_.is_https() && ssl_config->send_client_cert) {
1336 if (proxy_info_.is_https() && proxy_ssl_config_.send_client_cert) {
1338 proxy_info_.proxy_server().host_port_pair().ToString());
1342 request_info_.url, &proxy_info_, io_callback_, &pac_request_, net_log_);