Searched refs:ip_config (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/network/
H A Ddevice_state.cc130 base::DictionaryValue* ip_config = NULL; local
132 ip_config_path, &ip_config)) {
134 ip_config->Clear();
137 ip_config = new base::DictionaryValue;
138 ip_configs_.SetWithoutPathExpansion(ip_config_path, ip_config);
140 ip_config->MergeDictionary(&properties);
H A Dhost_resolver_impl_chromeos.cc73 const base::DictionaryValue* ip_config; variable
74 if (!iter.value().GetAsDictionary(&ip_config)) {
79 if (ip_config->GetString(shill::kMethodProperty, &method) &&
80 ip_config->GetString(shill::kAddressProperty, &address)) {

Completed in 972 milliseconds