HomeSort by relevance Sort by last modified time
    Searched full:proxyservice (Results 26 - 50 of 132) sorted by null

12 3 4 5 6

  /external/chromium/net/http/
http_network_layer.h 28 class ProxyService;
37 // contains a valid ProxyService.
http_stream_factory_impl_unittest.cc 60 explicit SessionDependencies(ProxyService* proxy_service)
71 scoped_refptr<ProxyService> proxy_service;
216 SessionDependencies session_deps(ProxyService::CreateDirect());
239 SessionDependencies session_deps(ProxyService::CreateFixed("http_proxy"));
264 ProxyService::CreateFixed("socks4://socks_proxy:1080"));
288 SessionDependencies session_deps(ProxyService::CreateDirect());
http_network_layer_unittest.cc 25 : proxy_service_(ProxyService::CreateDirect()),
40 const scoped_refptr<ProxyService> proxy_service_;
http_network_session_peer.cc 67 void HttpNetworkSessionPeer::SetProxyService(ProxyService* proxy_service) {
  /external/chromium_org/net/url_request/
url_request_ftp_job.h 82 ProxyService* proxy_service_;
84 ProxyService::PacRequest* pac_request_;
url_request_context.h 38 class ProxyService;
104 ProxyService* proxy_service() const { return proxy_service_; }
105 void set_proxy_service(ProxyService* proxy_service) {
216 ProxyService* proxy_service_;
url_request_context_builder.cc 220 // ProxyService::CreateSystemProxyConfigService()'s signature doesn't suck.
225 ProxyService::CreateSystemProxyConfigService(
230 ProxyService::CreateUsingSystemProxyResolver(
  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper_unittest.cc 40 service_(new net::ProxyService(
64 scoped_refptr<net::ProxyService> service_;
101 // Finish ProxyService's initialization.
154 // Finish ProxyService's initialization.
160 // ResolveProxyHelper only keeps 1 request outstanding in ProxyService
212 // Finish ProxyService's initialization.
218 // ResolveProxyHelper only keeps 1 request outstanding in ProxyService
resolve_proxy_msg_helper.cc 14 ResolveProxyMsgHelper::ResolveProxyMsgHelper(net::ProxyService* proxy_service)
70 // During shutdown, there may be no ProxyService to use, because the
86 scoped_refptr<net::ProxyService>* out) const {
  /external/chromium_org/content/browser/
resolve_proxy_msg_helper_unittest.cc 45 new net::ProxyService(new MockProxyConfigService, resolver_, NULL)),
68 scoped_ptr<net::ProxyService> service_;
103 // Finish ProxyService's initialization.
156 // Finish ProxyService's initialization.
162 // ResolveProxyHelper only keeps 1 request outstanding in ProxyService
214 // Finish ProxyService's initialization.
220 // ResolveProxyHelper only keeps 1 request outstanding in ProxyService
resolve_proxy_msg_helper.cc 23 ResolveProxyMsgHelper::ResolveProxyMsgHelper(net::ProxyService* proxy_service)
48 // Clear all pending requests if the ProxyService is still alive (if we have a
  /external/chromium_org/chrome/browser/net/
proxy_service_factory.cc 55 base_service.reset(net::ProxyService::CreateSystemProxyConfigService(
88 net::ProxyService* ProxyServiceFactory::CreateProxyService(
130 net::ProxyService* proxy_service = NULL;
155 proxy_service = net::ProxyService::CreateUsingSystemProxyResolver(
  /external/chromium_org/net/http/
http_network_layer.h 27 // contains a valid ProxyService.
http_stream_factory_impl_unittest.cc 401 GetParam(), ProxyService::CreateDirect());
429 GetParam(), ProxyService::CreateFixed("http_proxy"));
458 GetParam(), ProxyService::CreateFixed("socks4://socks_proxy:1080"));
487 GetParam(), ProxyService::CreateDirect());
529 GetParam(), ProxyService::CreateDirect());
550 GetParam(), ProxyService::CreateFixedFromPacResult(kProxyString));
589 GetParam(), ProxyService::CreateDirect());
643 GetParam(), ProxyService::CreateDirect());
696 GetParam(), ProxyService::CreateDirect());
723 GetParam(), ProxyService::CreateDirect())
    [all...]
http_network_layer_unittest.cc 31 ConfigureTestDependencies(ProxyService::CreateDirect());
34 void ConfigureTestDependencies(ProxyService* proxy_service) {
55 scoped_ptr<ProxyService> proxy_service_;
135 ConfigureTestDependencies(ProxyService::CreateFixedFromPacResult(
212 ConfigureTestDependencies(ProxyService::CreateFixedFromPacResult(pac_string));
280 ConfigureTestDependencies(ProxyService::CreateFixedFromPacResult(
333 ConfigureTestDependencies(ProxyService::CreateFixedFromPacResult("DIRECT"));
  /external/qemu/proxy/
proxy_http_int.h 20 ProxyService root[1];
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyService.java 33 public class ProxyService extends Service {
  /external/chromium/chrome/browser/
io_thread.h 42 class ProxyService;
62 scoped_refptr<net::ProxyService> proxy_script_fetcher_proxy_service;
71 scoped_refptr<net::ProxyService> system_proxy_service;
  /external/chromium/net/socket/
client_socket_pool_manager.h 41 class ProxyService;
79 ProxyService* proxy_service,
175 const scoped_refptr<ProxyService> proxy_service_;
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_network_proxy_host.cc 52 net::ProxyService::PacRequest* request = pending_requests_.front();
104 << "Failed to find a ProxyService for Pepper plugin.";
147 net::ProxyService::PacRequest* pending_request = NULL;
  /external/chromium/chrome/browser/profiles/
profile_io_data.h 36 class ProxyService;
151 net::ProxyService* proxy_service() const {
215 mutable scoped_refptr<net::ProxyService> proxy_service_;
  /external/chromium/net/url_request/
url_request_context.h 91 ProxyService* proxy_service() const { return proxy_service_; }
92 void set_proxy_service(ProxyService* proxy_service) {
219 scoped_refptr<ProxyService> proxy_service_;
url_request_test_util.cc 44 context_storage_.set_proxy_service(net::ProxyService::CreateDirect());
56 net::ProxyService::CreateFixed(proxy_config));
67 net::ProxyService::CreateFixed(proxy_config));
  /external/chromium_org/chrome/browser/chromeos/dbus/
proxy_resolution_service_provider.cc 38 // Callback on IO thread for when net::ProxyService::ResolveProxy
125 // Retrieve ProxyService from profile's request context.
126 net::ProxyService* proxy_service =
  /external/chromium_org/content/shell/
shell_url_request_context_getter.cc 81 net::ProxyService::CreateSystemProxyConfigService(
117 storage_->set_proxy_service(net::ProxyService::CreateDirect());
121 net::ProxyService::CreateUsingSystemProxyResolver(

Completed in 1234 milliseconds

12 3 4 5 6