Searched refs:proxy_info_ (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_ftp_job.cc56 if (proxy_info_.is_direct()) {
76 if (proxy_info_.is_direct()) {
100 proxy_info_.UseDirect();
106 &proxy_info_,
137 proxy_info_.RemoveProxiesWithoutScheme(
143 if (proxy_info_.is_direct())
145 else if (proxy_info_.is_http() || proxy_info_.is_https())
269 if (proxy_info_.is_direct()) {
287 if (proxy_info_
[all...]
H A Durl_request_ftp_job.h83 ProxyInfo proxy_info_; member in class:net::URLRequestFtpJob
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_job.cc255 return proxy_info_;
273 return SpdySessionKey(proxy_info_.proxy_server().host_port_pair(),
278 proxy_info_.proxy_server(),
292 proxy_info_.proxy_server().is_https() ||
307 request_->OnStreamReady(this, server_ssl_config_, proxy_info_,
326 proxy_info_,
345 spdy_session, spdy_session_direct_, server_ssl_config_, proxy_info_,
383 this, response, server_ssl_config_, proxy_info_, auth_controller);
405 this, response_info, server_ssl_config_, proxy_info_, stream);
415 proxy_info_,
[all...]
H A Dhttp_network_transaction.cc357 DCHECK(proxy_info_.is_http() || proxy_info_.is_https());
441 proxy_info_.proxy_resolve_start_time();
442 load_timing_info->proxy_resolve_end = proxy_info_.proxy_resolve_end_time();
486 proxy_info_ = used_proxy_info;
491 response_.was_fetched_via_proxy = !proxy_info_.is_direct();
492 if (response_.was_fetched_via_proxy && !proxy_info_.is_empty())
493 response_.proxy_server = proxy_info_.proxy_server().host_port_pair();
549 proxy_info_ = used_proxy_info;
577 proxy_info_
[all...]
H A Dhttp_stream_factory_impl_job.h254 ProxyInfo proxy_info_; member in class:net::HttpStreamFactoryImpl::Job
H A Dhttp_network_transaction.h282 // |proxy_info_| is the ProxyInfo used by the HttpStreamRequest.
283 ProxyInfo proxy_info_; member in class:net::HttpNetworkTransaction
/external/chromium_org/jingle/glue/
H A Dproxy_resolving_client_socket.cc144 &proxy_info_,
178 proxy_info_.RemoveProxiesWithoutScheme(
183 if (proxy_info_.is_empty()) {
195 proxy_info_.UseDirect();
206 dest_host_port_pair_, network_session_.get(), proxy_info_, ssl_config_,
288 if (proxy_info_.is_https() && ssl_config_.send_client_cert) {
290 proxy_info_.proxy_server().host_port_pair());
294 proxy_url_, net::LOAD_NORMAL, error, &proxy_info_,
323 network_session_->proxy_service()->ReportSuccess(proxy_info_, NULL);
H A Dproxy_resolving_client_socket.h93 net::ProxyInfo proxy_info_; member in class:jingle_glue::ProxyResolvingClientSocket
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl.cc292 &proxy_info_,
364 !(proxy_info_.is_empty() || proxy_info_.is_direct()));
413 proxy_info_.RemoveProxiesWithoutScheme(
418 if (proxy_info_.is_empty()) {
431 DVLOG(1) << "Resolved proxy with PAC:" << proxy_info_.ToPacString();
438 proxy_info_,
504 if (proxy_info_.is_https() && ssl_config.send_client_cert) {
506 proxy_info_.proxy_server().host_port_pair());
510 GetCurrentEndpoint(), net::LOAD_NORMAL, error, &proxy_info_,
[all...]
H A Dconnection_factory_impl.h146 net::ProxyInfo proxy_info_; member in class:gcm::ConnectionFactoryImpl
/external/chromium_org/content/browser/
H A Dresolve_proxy_msg_helper.cc71 completed_req.reply_msg, result == net::OK, proxy_info_.ToPacString());
95 req.url, net::LOAD_NORMAL, &proxy_info_,
H A Dresolve_proxy_msg_helper.h74 net::ProxyInfo proxy_info_; member in class:content::ResolveProxyMsgHelper
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.cc304 return proxy_info_.proxy_server();
634 proxy_url_, net::LOAD_NORMAL, &proxy_info_, io_callback_, &pac_request_,
644 proxy_info_.UseDirect();
646 if (proxy_info_.is_direct()) {
662 if (proxy_info_.is_empty()) {
675 DCHECK(!proxy_info_.is_empty());
676 if (proxy_info_.is_direct())
678 else if (proxy_info_.proxy_server().is_socks())
686 host_port_pair = proxy_info_.proxy_server().host_port_pair();
768 if (proxy_info_
[all...]
H A Dsocket_stream.h361 ProxyInfo proxy_info_; member in class:net::SocketStream
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker_unittest.cc271 proxy_info_.address = kProxyAddr;
272 proxy_info_.type = kProxyType;
273 SetProxyInfo(proxy_info_);
278 return proxy_info_;
285 rtc::ProxyInfo proxy_info_; member in class:cricket::ConnectivityCheckerForTest
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dproxy_resolution_service_provider.cc53 net::ProxyInfo proxy_info_; // ProxyInfo resolved for source_url_. member in class:chromeos::ProxyResolverImpl::Request
138 GURL(request->source_url_), net::LOAD_NORMAL, &request->proxy_info_,
159 writer.AppendString(request->proxy_info_.ToPacString());
/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats.h365 // |proxy_info_| holds proxy information returned by ResolveProxy.
366 net::ProxyInfo proxy_info_; member in class:chrome_browser_net::ProxyDetector
H A Dnetwork_stats.cc825 &proxy_info_,
838 (result == net::OK && proxy_info_.proxy_server().is_valid() &&
839 !proxy_info_.proxy_server().is_direct());
/external/chromium_org/net/websockets/
H A Dwebsocket_throttle_test.cc63 socket->proxy_info_.UseDirect();

Completed in 339 milliseconds