HomeSort by relevance Sort by last modified time
    Searched defs:proxy_service (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/flip/
flip_stream_unittest.cc 17 #include "net/proxy/proxy_service.h"
52 proxy_service(CreateNullProxyService()),
57 explicit SessionDependencies(ProxyService* proxy_service)
59 proxy_service(proxy_service),
64 scoped_refptr<ProxyService> proxy_service; member in class:net::__anon2437::SessionDependencies
73 session_deps->proxy_service,
flip_network_transaction_unittest.cc 40 proxy_service(CreateNullProxyService()),
53 explicit SessionDependencies(ProxyService* proxy_service)
55 proxy_service(proxy_service),
60 scoped_refptr<ProxyService> proxy_service; member in class:net::__anon2430::SessionDependencies
76 session_deps->proxy_service,
    [all...]
  /external/chromium/net/http/
http_network_session.h 13 #include "net/proxy/proxy_service.h"
28 ProxyService* proxy_service,
43 ProxyService* proxy_service() { return proxy_service_; } function in class:net::HttpNetworkSession
http_network_transaction_unittest.cc 49 proxy_service(CreateNullProxyService()),
54 explicit SessionDependencies(ProxyService* proxy_service)
56 proxy_service(proxy_service),
61 scoped_refptr<ProxyService> proxy_service; member in class:net::SessionDependencies
77 session_deps->proxy_service,
    [all...]
  /external/chromium/net/url_request/
url_request_context.h 20 #include "net/proxy/proxy_service.h"
47 net::ProxyService* proxy_service() const { function in class:URLRequestContext
url_request_view_net_internals_job.cc 18 #include "net/proxy/proxy_service.h"
182 net::ProxyService* proxy_service = context->proxy_service(); local
183 if (proxy_service->config_has_been_initialized()) {
186 stream << proxy_service->config();
201 net::ProxyService* proxy_service = context->proxy_service(); local
202 net::LoadLog* log = proxy_service->init_proxy_resolver_log();
218 net::ProxyService* proxy_service = context->proxy_service(); local
    [all...]
  /external/chromium/net/socket_stream/
socket_stream.cc 426 return proxy_service()->ResolveProxy(
938 ProxyService* SocketStream::proxy_service() const { function in class:net::SocketStream
939 return context_->proxy_service();
  /external/chromium/net/proxy/
proxy_service.cc 5 #include "net/proxy/proxy_service.h"
239 ProxyService* proxy_service = new ProxyService( local
245 proxy_service->SetProxyScriptFetcher(
249 return proxy_service;
782 ProxyService* proxy_service)
784 proxy_service_(proxy_service),

Completed in 92 milliseconds