/external/chromium/net/url_request/ |
url_request_context_storage.cc | 63 void URLRequestContextStorage::set_proxy_service(ProxyService* proxy_service) {
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
WebCache.h | 72 // This is owned by the ProxyService, which is owned by the HttpNetworkLayer,
|
WebCache.cpp | 119 net::ProxyService::CreateWithoutProxyResolver(m_proxyConfigService, 0 /* net_log */),
|
/external/chromium/chrome/browser/net/ |
connection_tester_unittest.cc | 108 scoped_refptr<net::ProxyService> proxy_service_; 121 proxy_service_ = net::ProxyService::CreateDirect();
|
connection_tester.cc | 58 // Create a custom ProxyService for this this experiment. 59 scoped_refptr<net::ProxyService> proxy_service_tmp = NULL; 173 scoped_refptr<net::ProxyService>* proxy_service) { 187 *proxy_service = net::ProxyService::CreateUsingV8ProxyResolver( 208 net::ProxyService::CreateSystemProxyConfigService(
|
/external/chromium/net/http/ |
http_response_body_drainer_unittest.cc | 182 : proxy_service_(ProxyService::CreateDirect()), 197 scoped_refptr<ProxyService> proxy_service_;
|
http_network_transaction_unittest.cc | 79 proxy_service(ProxyService::CreateDirect()), 86 explicit SessionDependencies(ProxyService* proxy_service) 97 scoped_refptr<ProxyService> proxy_service; [all...] |
http_cache.h | 56 class ProxyService; 125 ProxyService* proxy_service,
|
http_proxy_client_socket_pool_unittest.cc | 63 proxy_service_(ProxyService::CreateDirect()), 201 const scoped_refptr<ProxyService> proxy_service_;
|
http_stream_factory_impl_job.h | 214 ProxyService::PacRequest* pac_request_;
|
/external/chromium/net/tools/fetch/ |
fetch_client.cc | 145 scoped_refptr<net::ProxyService> proxy_service( 146 net::ProxyService::CreateDirect());
|
/external/qemu/proxy/ |
proxy_common.c | 63 ProxyService* service, 253 static ProxyService* s_services[ MAX_SERVICES ]; 270 proxy_manager_add_service( ProxyService* service ) 300 ProxyService* service = s_services[n]; 341 ProxyService* service = s_services[n];
|
/external/chromium/net/proxy/ |
init_proxy_resolver.h | 24 // InitProxyResolver is a helper class used by ProxyService to
|
proxy_info.h | 98 friend class ProxyService;
|
proxy_list.cc | 124 // with. Of course, ProxyService::ReconsiderProxyAfterError() would need to
|
proxy_server.h | 26 // ProxyService::RemoveProxiesWithoutScheme().
|
proxy_script_fetcher_impl_unittest.cc | 48 set_proxy_service(ProxyService::CreateFixed(no_proxy));
|
/external/chromium/net/socket_stream/ |
socket_stream.h | 268 ProxyService* proxy_service() const; 287 ProxyService::PacRequest* pac_request_;
|
/external/mdnsresponder/mDNSPosix/ |
ProxyResponder.c | 253 ServiceRecordSet proxyservice; local 272 RegisterService(&mDNSStorage, &proxyservice, argv[3], argv[4], "local.",
|
/external/chromium/net/spdy/ |
spdy_test_util.h | 342 explicit SpdySessionDependencies(ProxyService* proxy_service); 354 scoped_refptr<ProxyService> proxy_service;
|
spdy_test_util.cc | [all...] |
/external/chromium/chrome/browser/chromeos/ |
proxy_config_service_impl.h | 69 // to ProxyService::GetLatestProxyConfig on the IO thread to be used on the
|
/frameworks/av/media/libstagefright/chromium_http/ |
support.cpp | 174 set_proxy_service(net::ProxyService::CreateWithoutProxyResolver(
|
/external/chromium/chrome/browser/ |
io_thread.cc | 447 // For the ProxyScriptFetcher, we use a direct ProxyService. 449 net::ProxyService::CreateDirectWithNetLog(net_log_);
|
/external/chromium/net/socket/ |
ssl_client_socket_pool_unittest.cc | 41 : proxy_service_(ProxyService::CreateDirect()), 146 const scoped_refptr<ProxyService> proxy_service_;
|