Searched defs:proxy_service_ (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium/chrome/browser/net/
H A Dresolve_proxy_msg_helper.h72 scoped_refptr<net::ProxyService> proxy_service_; member in class:ResolveProxyMsgHelper
H A Dconnection_tester_unittest.cc108 scoped_refptr<net::ProxyService> proxy_service_; member in class:__anon2286::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/
H A Dresolve_proxy_msg_helper.h82 net::ProxyService* proxy_service_; member in class:content::ResolveProxyMsgHelper
/external/chromium/net/http/
H A Dhttp_network_layer_unittest.cc25 : proxy_service_(ProxyService::CreateDirect()),
31 session_params.proxy_service = proxy_service_;
40 const scoped_refptr<ProxyService> proxy_service_; member in class:net::__anon3108::HttpNetworkLayerTest
H A Dhttp_network_session.h114 ProxyService* proxy_service() { return proxy_service_; }
165 scoped_refptr<ProxyService> proxy_service_; member in class:net::HttpNetworkSession
H A Dhttp_proxy_client_socket_pool_unittest.cc63 proxy_service_(ProxyService::CreateDirect()),
183 params.proxy_service = proxy_service_;
201 const scoped_refptr<ProxyService> proxy_service_; member in class:net::HttpProxyClientSocketPoolTest
H A Dhttp_response_body_drainer_unittest.cc182 : proxy_service_(ProxyService::CreateDirect()),
192 params.proxy_service = proxy_service_;
197 scoped_refptr<ProxyService> proxy_service_; member in class:net::__anon3113::HttpResponseBodyDrainerTest
/external/chromium/net/url_request/
H A Durl_request_context_storage.h77 scoped_refptr<ProxyService> proxy_service_; member in class:net::URLRequestContextStorage
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_network_proxy_host.h45 // 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/
H A Durl_request_context_storage.h85 scoped_ptr<ProxyService> proxy_service_; member in class:net::URLRequestContextStorage
H A Durl_request_ftp_job.h82 ProxyService* proxy_service_; member in class:net::URLRequestFtpJob
H A Durl_request_context.h104 ProxyService* proxy_service() const { return proxy_service_; }
106 proxy_service_ = proxy_service;
216 ProxyService* proxy_service_; member in class:net::URLRequestContext
/external/chromium_org/chrome/browser/net/
H A Dconnection_tester_unittest.cc114 scoped_ptr<net::ProxyService> proxy_service_; member in class:__anon5356::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();
H A Dnetwork_stats.h315 // This method uses |proxy_service_| to resolve the proxy for
326 // |proxy_service_| specifies the proxy service that is to be used to find
328 net::ProxyService* proxy_service_; member in class:chrome_browser_net::ProxyDetector
/external/chromium_org/net/http/
H A Dhttp_network_layer_unittest.cc37 proxy_service_.reset(proxy_service);
43 session_params.proxy_service = proxy_service_.get();
55 scoped_ptr<ProxyService> proxy_service_; member in class:net::__anon8765::HttpNetworkLayerTest
196 ASSERT_TRUE(1u == proxy_service_->proxy_retry_info().size());
197 EXPECT_EQ("bad:8080", (*proxy_service_->proxy_retry_info().begin()).first);
271 ASSERT_TRUE(1u == proxy_service_->proxy_retry_info().size());
273 (*proxy_service_->proxy_retry_info().begin()).first);
324 const ProxyRetryInfoMap& retry_info = proxy_service_->proxy_retry_info();
372 ASSERT_EQ(0u, proxy_service_->proxy_retry_info().size());
H A Dhttp_network_transaction_ssl_unittest.cc72 proxy_service_.reset(ProxyService::CreateDirect());
73 session_params_.proxy_service = proxy_service_.get();
96 scoped_ptr<ProxyService> proxy_service_; member in class:net::HttpNetworkTransactionSSLTest
H A Dhttp_pipelined_network_transaction_unittest.cc80 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::__anon8778::HttpPipelinedNetworkTransactionTest
H A Dhttp_response_body_drainer_unittest.cc210 : proxy_service_(ProxyService::CreateDirect()),
221 params.proxy_service = proxy_service_.get();
227 scoped_ptr<ProxyService> proxy_service_; member in class:net::__anon8781::HttpResponseBodyDrainerTest
/external/chromium/net/proxy/
H A Dproxy_service.h373 ProxyService* proxy_service_; member in class:net::SyncProxyServiceHelper
/external/chromium/net/socket/
H A Dclient_socket_pool_manager.h175 const scoped_refptr<ProxyService> proxy_service_; member in class:net::ClientSocketPoolManager
H A Dssl_client_socket_pool_unittest.cc41 : proxy_service_(ProxyService::CreateDirect()),
136 params.proxy_service = proxy_service_;
146 const scoped_refptr<ProxyService> proxy_service_; member in class:net::__anon3210::SSLClientSocketPoolTest
/external/chromium_org/net/socket/
H A Dclient_socket_pool_manager_impl.h112 ProxyService* const proxy_service_; member in class:net::ClientSocketPoolManagerImpl
H A Dssl_client_socket_pool_unittest.cc81 : proxy_service_(ProxyService::CreateDirect()),
187 params.proxy_service = proxy_service_.get();
204 const scoped_ptr<ProxyService> proxy_service_; member in class:net::__anon8975::SSLClientSocketPoolTest
/external/chromium/chrome/browser/profiles/
H A Dprofile_io_data.h152 return proxy_service_.get();
215 mutable scoped_refptr<net::ProxyService> proxy_service_; member in class:ProfileIOData
/external/chromium_org/net/proxy/
H A Dproxy_service.h431 ProxyService* proxy_service_; member in class:net::SyncProxyServiceHelper

Completed in 168 milliseconds

12