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

/external/chromium_org/chromeos/network/
H A Dpolicy_applicator.cc226 base::DictionaryValue shill_properties_to_update; local
228 entry_properties, global_network_config_, &shill_properties_to_update);
229 if (shill_properties_to_update.empty()) {
235 entry_properties, shill_properties_to_update);
H A Dpolicy_util.cc245 base::DictionaryValue* shill_properties_to_update) {
271 shill_properties_to_update->SetBooleanWithoutPathExpansion(
242 SetShillPropertiesForGlobalPolicy( const base::DictionaryValue& shill_dictionary, const base::DictionaryValue& global_network_policy, base::DictionaryValue* shill_properties_to_update) argument

Completed in 789 milliseconds