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

/external/chromium_org/chromeos/network/
H A Ddevice_state.h52 // |ip_configs_| is kept up to date by NetworkStateHandler.
53 const base::DictionaryValue& ip_configs() const { return ip_configs_; }
96 base::DictionaryValue ip_configs_; member in class:chromeos::DeviceState
H A Ddevice_state.cc108 // If kIPConfigsProperty changes, clear any previous ip_configs_.
111 ip_configs_.Clear();
131 if (ip_configs_.GetDictionaryWithoutPathExpansion(
138 ip_configs_.SetWithoutPathExpansion(ip_config_path, ip_config);

Completed in 489 milliseconds