Home
last modified time | relevance | path

Searched refs:proxy_service_ (Results 1 – 19 of 19) sorted by relevance

/external/chromium/chrome/browser/net/
Dresolve_proxy_msg_helper.cc15 : proxy_service_(NULL), in ResolveProxyMsgHelper()
52 proxy_service_ = NULL; in OnResolveProxyCompleted()
64 DCHECK(NULL == proxy_service_); in StartPendingRequest()
67 bool ok = GetProxyService(&proxy_service_); in StartPendingRequest()
77 int result = proxy_service_->ResolveProxy( in StartPendingRequest()
108 proxy_service_->CancelPacRequest(req.pac_req); in ~ResolveProxyMsgHelper()
117 proxy_service_ = NULL; in ~ResolveProxyMsgHelper()
Dconnection_tester_unittest.cc108 scoped_refptr<net::ProxyService> proxy_service_; member in __anon26955c790111::ConnectionTesterTest
121 proxy_service_ = net::ProxyService::CreateDirect(); in InitializeRequestContext()
122 proxy_script_fetcher_context_->set_proxy_service(proxy_service_); in InitializeRequestContext()
130 session_params.proxy_service = proxy_service_; in InitializeRequestContext()
Dresolve_proxy_msg_helper.h72 scoped_refptr<net::ProxyService> proxy_service_; variable
/external/chromium/net/http/
Dhttp_network_layer_unittest.cc25 : proxy_service_(ProxyService::CreateDirect()), in HttpNetworkLayerTest()
31 session_params.proxy_service = proxy_service_; in HttpNetworkLayerTest()
40 const scoped_refptr<ProxyService> proxy_service_; member in net::__anon65a38ee70111::HttpNetworkLayerTest
Dhttp_response_body_drainer_unittest.cc182 : proxy_service_(ProxyService::CreateDirect()), in HttpResponseBodyDrainerTest()
192 params.proxy_service = proxy_service_; in CreateNetworkSession()
197 scoped_refptr<ProxyService> proxy_service_; member in net::__anonedf632e10111::HttpResponseBodyDrainerTest
Dhttp_network_session.h114 ProxyService* proxy_service() { return proxy_service_; } in proxy_service()
165 scoped_refptr<ProxyService> proxy_service_; variable
Dhttp_network_session_peer.cc68 session_->proxy_service_ = proxy_service; in SetProxyService()
Dhttp_network_session.cc30 proxy_service_(params.proxy_service), in HttpNetworkSession()
Dhttp_proxy_client_socket_pool_unittest.cc63 proxy_service_(ProxyService::CreateDirect()), in HttpProxyClientSocketPoolTest()
183 params.proxy_service = proxy_service_; in CreateNetworkSession()
201 const scoped_refptr<ProxyService> proxy_service_; member in net::HttpProxyClientSocketPoolTest
/external/chromium/net/url_request/
Durl_request_context.h91 ProxyService* proxy_service() const { return proxy_service_; } in proxy_service()
93 proxy_service_ = proxy_service; in set_proxy_service()
219 scoped_refptr<ProxyService> proxy_service_; variable
Durl_request_context_storage.h77 scoped_refptr<ProxyService> proxy_service_; variable
Durl_request_context_storage.cc65 proxy_service_ = proxy_service; in set_proxy_service()
/external/chromium/chrome/browser/profiles/
Dprofile_io_data.h152 return proxy_service_.get(); in proxy_service()
215 mutable scoped_refptr<net::ProxyService> proxy_service_; variable
Dprofile_io_data.cc301 proxy_service_ = in LazyInitialize()
/external/chromium/net/proxy/
Dproxy_service.cc930 proxy_service_(proxy_service), in SyncProxyServiceHelper()
972 result_ = proxy_service_->ResolveProxy( in StartAsyncResolve()
981 result_ = proxy_service_->ReconsiderProxyAfterError( in StartAsyncReconsider()
Dproxy_service.h373 ProxyService* proxy_service_; variable
/external/chromium/net/socket/
Dclient_socket_pool_manager.h175 const scoped_refptr<ProxyService> proxy_service_; variable
Dssl_client_socket_pool_unittest.cc41 : proxy_service_(ProxyService::CreateDirect()), in SSLClientSocketPoolTest()
136 params.proxy_service = proxy_service_; in CreateNetworkSession()
146 const scoped_refptr<ProxyService> proxy_service_; member in net::__anon383617dc0111::SSLClientSocketPoolTest
Dclient_socket_pool_manager.cc264 proxy_service_(proxy_service), in ClientSocketPoolManager()