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

  /external/chromium/net/proxy/
proxy_config_service_fixed.cc 9 ProxyConfigServiceFixed::ProxyConfigServiceFixed(const ProxyConfig& pc)
13 ProxyConfigServiceFixed::~ProxyConfigServiceFixed() {}
16 ProxyConfigServiceFixed::GetLatestProxyConfig(ProxyConfig* config) {
proxy_config_service_fixed.h 16 class ProxyConfigServiceFixed : public ProxyConfigService {
18 explicit ProxyConfigServiceFixed(const ProxyConfig& pc);
19 virtual ~ProxyConfigServiceFixed();
  /external/chromium_org/net/proxy/
proxy_config_service_fixed.cc 9 ProxyConfigServiceFixed::ProxyConfigServiceFixed(const ProxyConfig& pc)
13 ProxyConfigServiceFixed::~ProxyConfigServiceFixed() {}
16 ProxyConfigServiceFixed::GetLatestProxyConfig(ProxyConfig* config) {
proxy_config_service_fixed.h 16 class NET_EXPORT ProxyConfigServiceFixed : public ProxyConfigService {
18 explicit ProxyConfigServiceFixed(const ProxyConfig& pc);
19 virtual ~ProxyConfigServiceFixed();

Completed in 3117 milliseconds