HomeSort by relevance Sort by last modified time
    Searched defs:proxy_service_ (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper.h 72 scoped_refptr<net::ProxyService> proxy_service_; member in class:ResolveProxyMsgHelper
connection_tester_unittest.cc 108 scoped_refptr<net::ProxyService> proxy_service_; member in class:__anon1979::ConnectionTesterTest
121 proxy_service_ = net::ProxyService::CreateDirect();
122 proxy_script_fetcher_context_->set_proxy_service(proxy_service_);
130 session_params.proxy_service = proxy_service_;
  /external/chromium_org/content/browser/
resolve_proxy_msg_helper.h 82 net::ProxyService* proxy_service_; member in class:content::ResolveProxyMsgHelper
  /external/chromium/net/http/
http_network_layer_unittest.cc 25 : proxy_service_(ProxyService::CreateDirect()),
31 session_params.proxy_service = proxy_service_;
40 const scoped_refptr<ProxyService> proxy_service_; member in class:net::__anon2801::HttpNetworkLayerTest
http_response_body_drainer_unittest.cc 182 : proxy_service_(ProxyService::CreateDirect()),
192 params.proxy_service = proxy_service_;
197 scoped_refptr<ProxyService> proxy_service_; member in class:net::__anon2806::HttpResponseBodyDrainerTest
http_network_session.h 114 ProxyService* proxy_service() { return proxy_service_; }
165 scoped_refptr<ProxyService> proxy_service_; member in class:net::HttpNetworkSession
http_proxy_client_socket_pool_unittest.cc 63 proxy_service_(ProxyService::CreateDirect()),
183 params.proxy_service = proxy_service_;
201 const scoped_refptr<ProxyService> proxy_service_; member in class:net::HttpProxyClientSocketPoolTest
  /external/chromium/net/url_request/
url_request_context_storage.h 77 scoped_refptr<ProxyService> proxy_service_; member in class:net::URLRequestContextStorage
url_request_context.h 91 ProxyService* proxy_service() const { return proxy_service_; }
93 proxy_service_ = proxy_service;
219 scoped_refptr<ProxyService> proxy_service_; member in class:net::URLRequestContext
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_network_proxy_host.h 45 // DidGetUIThreadData, which sets allowed_ and proxy_service_.
65 // If we have a valid proxy_service_, send all messages in unsent_requests_.
77 net::ProxyService* proxy_service_; member in class:content::PepperNetworkProxyHost
80 // True initially, but set to false once the values for proxy_service_ and
85 // can retrieve proxy_service_. If we receive any calls for GetProxyForURL
86 // before proxy_service_ is available, we save them in unsent_requests_.
  /external/chromium_org/net/url_request/
url_request_context_storage.h 85 scoped_ptr<ProxyService> proxy_service_; member in class:net::URLRequestContextStorage
url_request_ftp_job.h 82 ProxyService* proxy_service_; member in class:net::URLRequestFtpJob
  /external/chromium_org/chrome/browser/net/
connection_tester_unittest.cc 114 scoped_ptr<net::ProxyService> proxy_service_; member in class:__anon5271::ConnectionTesterTest
131 proxy_service_.reset(net::ProxyService::CreateDirect());
132 proxy_script_fetcher_context_->set_proxy_service(proxy_service_.get());
140 session_params.proxy_service = proxy_service_.get();
network_stats.h 342 // This method uses |proxy_service_| to resolve the proxy for
353 // |proxy_service_| specifies the proxy service that is to be used to find
355 net::ProxyService* proxy_service_; member in class:chrome_browser_net::ProxyDetector
  /external/chromium_org/net/http/
http_network_transaction_ssl_unittest.cc 72 proxy_service_.reset(ProxyService::CreateDirect());
73 session_params_.proxy_service = proxy_service_.get();
96 scoped_ptr<ProxyService> proxy_service_; member in class:net::HttpNetworkTransactionSSLTest
http_network_layer_unittest.cc 38 proxy_service_.reset(proxy_service);
44 session_params.proxy_service = proxy_service_.get();
100 const ProxyRetryInfoMap& retry_info = proxy_service_->proxy_retry_info();
272 scoped_ptr<ProxyService> proxy_service_; member in class:net::__anon9132::HttpNetworkLayerTest
562 ASSERT_EQ(1u, proxy_service_->proxy_retry_info().size());
564 (*proxy_service_->proxy_retry_info().begin()).first);
611 ASSERT_EQ(0u, proxy_service_->proxy_retry_info().size());
634 (*proxy_service_->proxy_retry_info().begin()).second.current_delay);
735 (*proxy_service_->proxy_retry_info().begin()).second.current_delay);
http_pipelined_network_transaction_unittest.cc 80 proxy_service_.reset(new ProxyService(proxy_config_service_, NULL, NULL));
86 session_params.proxy_service = proxy_service_.get();
228 scoped_ptr<ProxyService> proxy_service_; member in class:net::__anon9147::HttpPipelinedNetworkTransactionTest
    [all...]
http_response_body_drainer_unittest.cc 213 : proxy_service_(ProxyService::CreateDirect()),
224 params.proxy_service = proxy_service_.get();
230 scoped_ptr<ProxyService> proxy_service_; member in class:net::__anon9151::HttpResponseBodyDrainerTest
  /external/chromium/net/proxy/
proxy_service.h 373 ProxyService* proxy_service_; member in class:net::SyncProxyServiceHelper
  /external/chromium/net/socket/
client_socket_pool_manager.h 175 const scoped_refptr<ProxyService> proxy_service_; member in class:net::ClientSocketPoolManager
ssl_client_socket_pool_unittest.cc 41 : proxy_service_(ProxyService::CreateDirect()),
136 params.proxy_service = proxy_service_;
146 const scoped_refptr<ProxyService> proxy_service_; member in class:net::__anon2903::SSLClientSocketPoolTest
  /external/chromium/chrome/browser/profiles/
profile_io_data.h 152 return proxy_service_.get();
215 mutable scoped_refptr<net::ProxyService> proxy_service_; member in class:ProfileIOData
  /external/chromium_org/net/proxy/
proxy_service.h 469 ProxyService* proxy_service_; member in class:net::SyncProxyServiceHelper
  /external/chromium_org/net/quic/
quic_end_to_end_unittest.cc 83 proxy_service_(ProxyService::CreateDirect()),
97 params_.proxy_service = proxy_service_.get();
212 scoped_ptr<ProxyService> proxy_service_; member in class:net::test::QuicEndToEndTest
  /external/chromium_org/net/socket/
client_socket_pool_manager_impl.h 115 ProxyService* const proxy_service_; member in class:net::ClientSocketPoolManagerImpl

Completed in 2240 milliseconds

1 2