HomeSort by relevance Sort by last modified time
    Searched defs:proxy_service_ (Results 1 - 25 of 31) 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:__anon4692::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::__anon5514::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::__anon5519::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:__anon7762::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 315 // 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/
http_network_layer_unittest.cc 37 proxy_service_.reset(proxy_service);
43 session_params.proxy_service = proxy_service_.get();
55 scoped_ptr<ProxyService> proxy_service_; member in class:net::__anon11171::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());
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_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::__anon11184::HttpPipelinedNetworkTransactionTest
    [all...]
http_response_body_drainer_unittest.cc 210 : proxy_service_(ProxyService::CreateDirect()),
221 params.proxy_service = proxy_service_.get();
227 scoped_ptr<ProxyService> proxy_service_; member in class:net::__anon11187::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::__anon5616::SSLClientSocketPoolTest
  /external/chromium_org/net/socket/
client_socket_pool_manager_impl.h 112 ProxyService* const proxy_service_; member in class:net::ClientSocketPoolManagerImpl
ssl_client_socket_pool_unittest.cc 81 : proxy_service_(ProxyService::CreateDirect()),
187 params.proxy_service = proxy_service_.get();
204 const scoped_ptr<ProxyService> proxy_service_; member in class:net::__anon11381::SSLClientSocketPoolTest
    [all...]
  /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 431 ProxyService* proxy_service_; member in class:net::SyncProxyServiceHelper

Completed in 491 milliseconds

1 2