Searched refs:config_id_ (Results 1 – 3 of 3) sorted by relevance
94 config_id_(ProxyConfig::INVALID_ID), in PacRequest()104 config_id_ = service_->config_.id(); in Start()155 results_->config_id_ = config_id_; in QueryDidComplete()159 config_id_ = ProxyConfig::INVALID_ID; in QueryDidComplete()194 ProxyConfig::ID config_id_; // The config id when the resolve was started. member in net::ProxyService::PacRequest313 result->config_id_ = config_.id(); in TryToCompleteSynchronously()441 bool re_resolve = result->config_id_ != config_.id(); in ReconsiderProxyAfterError()444 if (result->config_id_ != config_.id()) { in ReconsiderProxyAfterError()
9 ProxyInfo::ProxyInfo() : config_id_(ProxyConfig::INVALID_ID) { in ProxyInfo()
90 ProxyConfig::ID config_id_; variable