HomeSort by relevance Sort by last modified time
    Searched defs:shill_dictionary (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/network/
network_util.cc 146 base::DictionaryValue shill_dictionary; local
147 network->GetStateProperties(&shill_dictionary);
150 TranslateShillServiceToONCPart(shill_dictionary,
policy_applicator.cc 249 const base::DictionaryValue& shill_dictionary,
269 new_shill_configurations_.push_back(shill_dictionary.DeepCopy());
271 handler_->CreateConfigurationFromPolicy(shill_dictionary);
314 scoped_ptr<base::DictionaryValue> shill_dictionary = local
321 *shill_dictionary, *network_policy, false /* write now */);

Completed in 352 milliseconds