Searched defs:onc_dictionary (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_util.cc149 scoped_ptr<base::DictionaryValue> onc_dictionary = local
153 return onc_dictionary.Pass();
171 scoped_ptr<base::DictionaryValue> onc_dictionary = local
175 onc_dictionary->SetBoolean("connectable", (*it)->connectable());
176 onc_dictionary->SetBoolean("visible", (*it)->visible());
177 onc_dictionary->SetString("profile_path", (*it)->profile_path());
178 onc_dictionary->SetString("service_path", (*it)->path());
181 network_properties_list->Append(onc_dictionary.release());

Completed in 69 milliseconds