Searched refs:has_fetched_config_ (Results 1 – 2 of 2) sorted by relevance
191 has_fetched_config_(false), in ProxyConfigServiceMac()218 if (!has_fetched_config_) { in GetLatestProxyConfig()220 has_fetched_config_ = true; in GetLatestProxyConfig()224 return has_fetched_config_ ? CONFIG_VALID : CONFIG_PENDING; in GetLatestProxyConfig()262 has_fetched_config_ = true; in OnProxyConfigChanged()
68 bool has_fetched_config_; variable