Home
last modified time | relevance | path

Searched refs:ip_configs_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chromeos/network/
Ddevice_state.cc110 ip_configs_.Clear(); in PropertyChanged()
130 if (ip_configs_.GetDictionaryWithoutPathExpansion( in IPConfigPropertiesChanged()
137 ip_configs_.SetWithoutPathExpansion(ip_config_path, ip_config); in IPConfigPropertiesChanged()
Ddevice_state.h53 const base::DictionaryValue& ip_configs() const { return ip_configs_; } in ip_configs()
96 base::DictionaryValue ip_configs_; variable