Searched refs:config_state_ (Results 1 – 4 of 4) sorted by relevance
19 config_state_ = ReadPrefConfig(&pref_config_); in PrefProxyConfigTracker()31 if (config_state_ != CONFIG_UNSET) in GetProxyConfig()33 return config_state_; in GetProxyConfig()77 if (config_state_ != config_state || in InstallProxyConfig()78 (config_state_ != CONFIG_UNSET && !pref_config_.Equals(config))) { in InstallProxyConfig()79 config_state_ = config_state; in InstallProxyConfig()80 if (config_state_ != CONFIG_UNSET) in InstallProxyConfig()
93 ConfigState config_state_; variable
72 config_state_ = config_state; in set_config_state()75 return config_state_; in config_state()80 DictionaryValue* config_state_;
102 : config_state_(NULL) {} in TestConfigState()