Searched refs:ProxyConfigServiceFixed (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/proxy/
H A Dproxy_config_service_fixed.cc9 ProxyConfigServiceFixed::ProxyConfigServiceFixed(const ProxyConfig& pc) function in class:net::ProxyConfigServiceFixed
13 ProxyConfigServiceFixed::~ProxyConfigServiceFixed() {}
16 ProxyConfigServiceFixed::GetLatestProxyConfig(ProxyConfig* config) {
H A Dproxy_config_service_fixed.h16 class ProxyConfigServiceFixed : public ProxyConfigService { class in namespace:net
18 explicit ProxyConfigServiceFixed(const ProxyConfig& pc);
19 virtual ~ProxyConfigServiceFixed();
H A Dproxy_service.cc465 return CreateUsingSystemProxyResolver(new ProxyConfigServiceFixed(pc),
494 new ProxyConfigServiceFixed(ProxyConfig::CreateAutoDetect()));
/external/chromium/chrome/browser/net/
H A Dconnection_tester.cc155 config_service->reset(new net::ProxyConfigServiceFixed(
159 config_service->reset(new net::ProxyConfigServiceFixed(
230 config_service->reset(new net::ProxyConfigServiceFixed(config));
/external/chromium/chrome/browser/automation/
H A Dautomation_provider.cc535 new net::ProxyConfigServiceFixed(pc));
/external/chromium/net/http/
H A Dhttp_network_transaction_unittest.cc6879 new ProxyConfigServiceFixed(proxy_config), capturing_proxy_resolver,

Completed in 110 milliseconds