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

/external/chromium_org/content/browser/
H A Dresolve_proxy_msg_helper.h81 net::ProxyService* proxy_service_; member in class:content::ResolveProxyMsgHelper
/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_ftp_job.h82 ProxyService* proxy_service_; member in class:net::URLRequestFtpJob
H A Durl_request_context_storage.h87 scoped_ptr<ProxyService> proxy_service_; member in class:net::URLRequestContextStorage
H A Durl_request_context.h111 ProxyService* proxy_service() const { return proxy_service_; }
113 proxy_service_ = proxy_service;
230 ProxyService* proxy_service_; member in class:net::URLRequestContext
H A Durl_request_ftp_job_unittest.cc128 : proxy_service_(new SimpleProxyConfigService, NULL, NULL),
133 context_.set_proxy_service(&proxy_service_);
137 ProxyService proxy_service_; member in class:net::__anon9797::URLRequestFtpJobPriorityTest
H A Durl_request_context_builder.h86 proxy_service_.reset(proxy_service);
207 scoped_ptr<ProxyService> proxy_service_; member in class:net::URLRequestContextBuilder
/external/chromium_org/chromecast/shell/browser/
H A Durl_request_context_factory.h88 scoped_ptr<net::ProxyService> proxy_service_; member in class:chromecast::shell::URLRequestContextFactory
/external/chromium_org/net/http/
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_network_layer_unittest.cc38 proxy_service_.reset(proxy_service);
44 session_params.proxy_service = proxy_service_.get();
88 const ProxyRetryInfoMap& retry_info = proxy_service_->proxy_retry_info();
260 scoped_ptr<ProxyService> proxy_service_; member in class:net::__anon9295::HttpNetworkLayerTest
H A Dhttp_response_body_drainer_unittest.cc211 : proxy_service_(ProxyService::CreateDirect()),
223 params.proxy_service = proxy_service_.get();
230 scoped_ptr<ProxyService> proxy_service_; member in class:net::__anon9306::HttpResponseBodyDrainerTest
H A Dhttp_network_session.h160 ProxyService* proxy_service() { return proxy_service_; }
227 ProxyService* proxy_service_; member in class:net::HttpNetworkSession
/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats.h343 // This method uses |proxy_service_| to resolve the proxy for
354 // |proxy_service_| specifies the proxy service that is to be used to find
356 net::ProxyService* proxy_service_; member in class:chrome_browser_net::ProxyDetector
/external/chromium_org/net/quic/
H A Dquic_end_to_end_unittest.cc79 proxy_service_(ProxyService::CreateDirect()),
93 params_.proxy_service = proxy_service_.get();
215 scoped_ptr<ProxyService> proxy_service_; member in class:net::test::QuicEndToEndTest
H A Dquic_network_transaction_unittest.cc113 proxy_service_(ProxyService::CreateDirect()),
209 params_.proxy_service = proxy_service_.get();
316 scoped_ptr<ProxyService> proxy_service_; member in class:net::test::QuicNetworkTransactionTest
392 proxy_service_.reset(
732 proxy_service_.reset(
/external/chromium_org/net/socket/
H A Dclient_socket_pool_manager_impl.h118 ProxyService* const proxy_service_; member in class:net::ClientSocketPoolManagerImpl
H A Dssl_client_socket_pool_unittest.cc84 proxy_service_(ProxyService::CreateDirect()),
195 params.proxy_service = proxy_service_.get();
212 const scoped_ptr<ProxyService> proxy_service_; member in class:net::__anon9536::SSLClientSocketPoolTest
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_protocol_unittest.cc98 proxy_service_.reset(proxy_service);
103 context_->set_proxy_service(proxy_service_.get());
233 const ProxyRetryInfoMap& retry_info = proxy_service_->proxy_retry_info();
266 scoped_ptr<ProxyService> proxy_service_; member in class:data_reduction_proxy::DataReductionProxyProtocolTest
/external/chromium_org/net/proxy/
H A Dproxy_service_unittest.cc165 proxy_service_(NULL) {
173 proxy_service_ = &proxy_service;
195 return proxy_service_;
202 const ProxyService* proxy_service_; member in class:net::__anon9399::TestResolveProxyNetworkDelegate
/external/chromium_org/google_apis/gcm/tools/
H A Dmcs_probe.cc244 scoped_ptr<net::ProxyService> proxy_service_; member in class:gcm::__anon8388::MCSProbe
397 proxy_service_.reset(net::ProxyService::CreateDirectWithNetLog(&net_log_));
416 session_params.proxy_service = proxy_service_.get();
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.h456 return proxy_service_.get();
667 mutable scoped_ptr<net::ProxyService> proxy_service_; member in class:ProfileIOData
/external/chromium_org/net/websockets/
H A Dwebsocket_job_test.cc462 proxy_service_.reset(ProxyService::CreateDirect());
463 context_->set_proxy_service(proxy_service_.get());
537 scoped_ptr<ProxyService> proxy_service_; member in class:net::WebSocketJobTest

Completed in 2089 milliseconds