HomeSort by relevance Sort by last modified time
    Searched refs:proxy_info_ (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/net/url_request/
url_request_ftp_job.cc 56 if (proxy_info_.is_direct()) {
76 if (proxy_info_.is_direct()) {
100 proxy_info_.UseDirect();
105 &proxy_info_,
135 proxy_info_.RemoveProxiesWithoutScheme(
141 if (proxy_info_.is_direct())
143 else if (proxy_info_.is_http() || proxy_info_.is_https())
267 if (proxy_info_.is_direct()) {
285 if (proxy_info_.is_direct())
    [all...]
url_request_ftp_job.h 83 ProxyInfo proxy_info_; member in class:net::URLRequestFtpJob
  /external/chromium/net/http/
http_stream_factory_impl_job.cc 175 return proxy_info_;
196 request_->OnStreamReady(this, ssl_config_, proxy_info_, stream_.release());
210 spdy_session, spdy_session_direct_, ssl_config_, proxy_info_,
246 this, response, ssl_config_, proxy_info_, auth_controller);
268 this, response_info, ssl_config_, proxy_info_, stream);
277 proxy_info_, was_npn_negotiated(), using_spdy(), net_log_.source());
461 proxy_info_.UseDirect();
466 request_info_.url, &proxy_info_, &io_callback_, &pac_request_,
475 proxy_info_.RemoveProxiesWithoutScheme(
480 if (proxy_info_.is_empty())
    [all...]
http_network_transaction.cc 322 DCHECK(proxy_info_.is_http() || proxy_info_.is_https());
382 proxy_info_ = used_proxy_info;
385 response_.was_fetched_via_proxy = !proxy_info_.is_direct();
435 proxy_info_ = used_proxy_info;
463 proxy_info_ = used_proxy_info;
770 bool using_proxy = (proxy_info_.is_http() || proxy_info_.is_https()) &&
    [all...]
http_stream_factory_impl_job.h 205 ProxyInfo proxy_info_; member in class:net::HttpStreamFactoryImpl::Job
http_network_transaction.h 237 // |proxy_info_| is the ProxyInfo used by the HttpStreamRequest.
238 ProxyInfo proxy_info_; member in class:net::HttpNetworkTransaction
  /external/chromium_org/jingle/glue/
proxy_resolving_client_socket.cc 133 &proxy_info_,
166 proxy_info_.RemoveProxiesWithoutScheme(
171 if (proxy_info_.is_empty()) {
183 proxy_info_.UseDirect();
194 dest_host_port_pair_, network_session_.get(), proxy_info_, ssl_config_,
267 if (proxy_info_.is_https() && ssl_config_.send_client_cert) {
269 proxy_info_.proxy_server().host_port_pair().ToString());
273 proxy_url_, &proxy_info_, proxy_resolve_callback_, &pac_request_,
302 network_session_->proxy_service()->ReportSuccess(proxy_info_);
proxy_resolving_client_socket.h 93 net::ProxyInfo proxy_info_; member in class:jingle_glue::ProxyResolvingClientSocket
  /external/chromium_org/net/http/
http_stream_factory_impl_job.cc 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_,
    [all...]
http_pipelined_host_forced_unittest.cc 38 Ref(ssl_config_), Ref(proxy_info_),
47 &connection_, ssl_config_, proxy_info_, net_log_, true,
59 ProxyInfo proxy_info_; member in class:net::__anon11181::HttpPipelinedHostForcedTest
http_network_transaction.cc 345 DCHECK(proxy_info_.is_http() || proxy_info_.is_https());
413 proxy_info_.proxy_resolve_start_time();
414 load_timing_info->proxy_resolve_end = proxy_info_.proxy_resolve_end_time();
434 proxy_info_ = used_proxy_info;
439 response_.was_fetched_via_proxy = !proxy_info_.is_direct();
496 proxy_info_ = used_proxy_info;
524 proxy_info_ = used_proxy_info;
826 bool using_proxy = (proxy_info_.is_http() || proxy_info_.is_https()) &
    [all...]
http_pipelined_host_impl_unittest.cc 49 Ref(ssl_config_), Ref(proxy_info_),
58 kDummyConnection, ssl_config_, proxy_info_, net_log_, true,
74 ProxyInfo proxy_info_; member in class:net::__anon11182::HttpPipelinedHostImplTest
210 kDummyConnection, ssl_config_, proxy_info_, net_log_, true,
229 kDummyConnection, ssl_config_, proxy_info_, net_log_, true,
http_pipelined_host_pool_unittest.cc 90 Ref(proxy_info_),
98 ssl_config_, proxy_info_,
125 const ProxyInfo proxy_info_; member in class:net::__anon11183::HttpPipelinedHostPoolTest
157 ssl_config_, proxy_info_, net_log_,
  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper.h 74 net::ProxyInfo proxy_info_; member in class:ResolveProxyMsgHelper
resolve_proxy_msg_helper.cc 47 completed_req.reply_msg, result, proxy_info_.ToPacString());
78 req.url, &proxy_info_, &callback_, &req.pac_req, net::BoundNetLog());
  /external/chromium_org/content/browser/
resolve_proxy_msg_helper.h 75 net::ProxyInfo proxy_info_; member in class:content::ResolveProxyMsgHelper
resolve_proxy_msg_helper.cc 69 completed_req.reply_msg, result == net::OK, proxy_info_.ToPacString());
93 req.url, &proxy_info_,
  /external/chromium_org/net/socket_stream/
socket_stream.cc 293 return proxy_info_.proxy_server();
618 proxy_url_, &proxy_info_, io_callback_, &pac_request_, net_log_);
627 proxy_info_.UseDirect();
629 if (proxy_info_.is_direct()) {
645 if (proxy_info_.is_empty()) {
658 DCHECK(!proxy_info_.is_empty());
659 if (proxy_info_.is_direct())
661 else if (proxy_info_.proxy_server().is_socks())
669 host_port_pair = proxy_info_.proxy_server().host_port_pair();
748 if (proxy_info_.is_https()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker_unittest.cc 233 proxy_info_.address = kProxyAddr;
234 proxy_info_.type = kProxyType;
235 SetProxyInfo(proxy_info_);
240 return proxy_info_;
247 talk_base::ProxyInfo proxy_info_; member in class:cricket::ConnectivityCheckerForTest
  /external/chromium/net/socket_stream/
socket_stream.cc 474 proxy_url_, &proxy_info_, &io_callback_, &pac_request_, net_log_);
483 proxy_info_.UseDirect();
485 if (proxy_info_.is_direct()) {
501 if (proxy_info_.is_empty()) {
514 DCHECK(!proxy_info_.is_empty());
515 if (proxy_info_.is_direct())
517 else if (proxy_info_.proxy_server().is_socks())
525 host_port_pair = proxy_info_.proxy_server().host_port_pair();
752 DCHECK(!proxy_info_.is_empty());
756 ASCIIToWide(proxy_info_.proxy_server().host_port_pair().ToString())
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
libcros_service_library.cc 65 net::ProxyInfo proxy_info_; // ProxyInfo resolved for source_url_. member in class:chromeos::LibCrosServiceLibraryImpl::NetworkProxyLibrary::Request
232 GURL(request->source_url_), &request->proxy_info_,
248 request->proxy_info_.ToPacString().c_str(),
  /external/chromium_org/chrome/browser/chromeos/dbus/
proxy_resolution_service_provider.cc 52 net::ProxyInfo proxy_info_; // ProxyInfo resolved for source_url_. member in class:chromeos::ProxyResolverImpl::Request
137 GURL(request->source_url_), &request->proxy_info_,
158 writer.AppendString(request->proxy_info_.ToPacString());
  /external/chromium/net/proxy/
proxy_service.cc 948 *proxy_info = proxy_info_;
963 *proxy_info = proxy_info_;
973 url, &proxy_info_, &callback_, NULL, net_log);
    [all...]
proxy_service.h 377 ProxyInfo proxy_info_; member in class:net::SyncProxyServiceHelper
  /external/chromium_org/chrome/browser/net/
network_stats.h 337 // |proxy_info_| holds proxy information returned by ResolveProxy.
338 net::ProxyInfo proxy_info_; member in class:chrome_browser_net::ProxyDetector

Completed in 491 milliseconds

1 2