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

/external/chromium_org/chromeos/network/
H A Dshill_property_util.cc319 const base::DictionaryValue& old_properties) {
328 if (!CopyIdentifyingProperties(old_properties,
318 DoIdentifyingPropertiesMatch(const base::DictionaryValue& new_properties, const base::DictionaryValue& old_properties) argument
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc258 const base::DictionaryValue& old_properties,
260 if (old_properties.HasKey(key)) {
269 const base::DictionaryValue& old_properties,
272 if (!old_properties.GetStringWithoutPathExpansion(key, &old_value) ||
282 const base::DictionaryValue& old_properties,
285 if (!old_properties.GetIntegerWithoutPathExpansion(key, &old_value) ||
257 AppendPropertyKeyIfPresent(const std::string& key, const base::DictionaryValue& old_properties, std::vector<std::string>* property_keys) argument
267 AddStringPropertyIfChanged(const std::string& key, const std::string& new_value, const base::DictionaryValue& old_properties, base::DictionaryValue* new_properties) argument
280 AddIntegerPropertyIfChanged(const std::string& key, int new_value, const base::DictionaryValue& old_properties, base::DictionaryValue* new_properties) argument

Completed in 290 milliseconds