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

1 2

  /external/chromium_org/content/browser/
resolve_proxy_msg_helper.cc 22 proxy_service_(NULL) {
27 proxy_service_(proxy_service) {
54 proxy_service_->CancelPacRequest(req.pac_req);
89 proxy_service_ = context_getter_->GetURLRequestContext()->proxy_service();
94 int result = proxy_service_->ResolveProxy(
resolve_proxy_msg_helper.h 81 net::ProxyService* proxy_service_; member in class:content::ResolveProxyMsgHelper
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_network_proxy_host.cc 30 proxy_service_(NULL),
50 // If the proxy_service_ is NULL, we shouldn't have any outstanding
52 DCHECK(proxy_service_);
54 proxy_service_->CancelPacRequest(request);
94 proxy_service_ =
98 if (!proxy_service_) {
99 DLOG_IF(WARNING, proxy_service_)
135 if (!proxy_service_) {
148 int result = proxy_service_->ResolveProxy(request.url,
157 // proxy_service_ won't run it for us in this case
    [all...]
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/http/
http_network_session_peer.cc 29 session_->proxy_service_ = proxy_service;
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_session.h 160 ProxyService* proxy_service() { return proxy_service_; }
227 ProxyService* proxy_service_; member in class:net::HttpNetworkSession
http_response_body_drainer_unittest.cc 211 : proxy_service_(ProxyService::CreateDirect()),
223 params.proxy_service = proxy_service_.get();
230 scoped_ptr<ProxyService> proxy_service_; member in class:net::__anon13931::HttpResponseBodyDrainerTest
http_network_layer_unittest.cc 38 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::__anon13920::HttpNetworkLayerTest
http_network_session.cc 115 proxy_service_(params.proxy_service),
157 DCHECK(proxy_service_);
  /external/chromium_org/net/url_request/
url_request_context.h 111 ProxyService* proxy_service() const { return proxy_service_; }
113 proxy_service_ = proxy_service;
230 ProxyService* proxy_service_; member in class:net::URLRequestContext
url_request_context.cc 26 proxy_service_(NULL),
50 set_proxy_service(other->proxy_service_);
url_request_context_builder.h 86 proxy_service_.reset(proxy_service);
207 scoped_ptr<ProxyService> proxy_service_; member in class:net::URLRequestContextBuilder
url_request_ftp_job.h 82 ProxyService* proxy_service_; member in class:net::URLRequestFtpJob
url_request_ftp_job.cc 33 proxy_service_(request_->context()->proxy_service()),
40 DCHECK(proxy_service_);
47 proxy_service_->CancelPacRequest(pac_request_);
102 DCHECK_EQ(request_->context()->proxy_service(), proxy_service_);
103 rv = proxy_service_->ResolveProxy(
url_request_context_storage.h 87 scoped_ptr<ProxyService> proxy_service_; member in class:net::URLRequestContextStorage
url_request_context_builder.cc 268 if (!proxy_service_) {
284 proxy_service_.reset(
290 storage->set_proxy_service(proxy_service_.release());
url_request_context_storage.cc 72 proxy_service_.reset(proxy_service);
  /external/chromium_org/chromecast/shell/browser/
url_request_context_factory.h 88 scoped_ptr<net::ProxyService> proxy_service_; member in class:chromecast::shell::URLRequestContextFactory
url_request_context_factory.cc 215 proxy_service_.reset(net::ProxyService::CreateUsingSystemProxyResolver(
291 params->proxy_service = proxy_service_.get();
312 system_context->set_proxy_service(proxy_service_.get());
385 main_context->set_proxy_service(proxy_service_.get());
  /external/chromium_org/net/quic/
quic_end_to_end_unittest.cc 79 proxy_service_(ProxyService::CreateDirect()),
93 params_.proxy_service = proxy_service_.get();
215 scoped_ptr<ProxyService> proxy_service_; member in class:net::test::QuicEndToEndTest
  /external/chromium_org/net/socket/
client_socket_pool_manager_impl.h 118 ProxyService* const proxy_service_; member in class:net::ClientSocketPoolManagerImpl
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 244 scoped_ptr<net::ProxyService> proxy_service_; member in class:gcm::__anon13013::MCSProbe
397 proxy_service_.reset(net::ProxyService::CreateDirectWithNetLog(&net_log_));
416 session_params.proxy_service = proxy_service_.get();
  /external/chromium_org/chrome/browser/net/
network_stats.h 343 // 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/components/data_reduction_proxy/browser/
data_reduction_proxy_protocol_unittest.cc 98 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
    [all...]

Completed in 246 milliseconds

1 2