Searched refs:new_properties (Results 1 - 12 of 12) sorted by relevance

/external/bluetooth/bluedroid/test/suite/support/
H A Dadapter.c60 bt_property_t *new_properties) {
62 properties = property_copy_array(new_properties, num_properties);
58 adapter_properties(bt_status_t status, int num_properties, bt_property_t *new_properties) argument
/external/chromium_org/chromeos/network/
H A Dnetwork_cert_migrator.cc102 base::DictionaryValue new_properties; local
103 MigrateClientCertProperties(service_path, properties, &new_properties);
104 MigrateNssProperties(service_path, properties, &new_properties);
106 if (new_properties.empty())
108 SendPropertiesToShill(service_path, new_properties);
113 base::DictionaryValue* new_properties) {
136 new_properties);
148 config_type, real_slot_id, pkcs11_id, new_properties);
154 base::DictionaryValue* new_properties) {
171 ClearNssProperty(nss_key, new_properties);
111 MigrateClientCertProperties(const std::string& service_path, const base::DictionaryValue& properties, base::DictionaryValue* new_properties) argument
152 MigrateNssProperties(const std::string& service_path, const base::DictionaryValue& properties, base::DictionaryValue* new_properties) argument
232 ClearNssProperty(const std::string& nss_key, base::DictionaryValue* new_properties) argument
263 SetPemProperty(const std::string& pem_key, const std::string& pem_encoded_cert, base::DictionaryValue* new_properties) argument
[all...]
H A Dpolicy_applicator.h39 const base::DictionaryValue& new_properties) = 0;
H A Dshill_property_util.h72 // Compares the identifying configuration properties of |new_properties| and
73 // |old_properties|, returns true if they are identical. |new_properties| must
79 const base::DictionaryValue& new_properties,
H A Dshill_property_util.cc318 bool DoIdentifyingPropertiesMatch(const base::DictionaryValue& new_properties, argument
322 new_properties,
H A Dmanaged_network_configuration_handler_impl.h99 const base::DictionaryValue& new_properties) OVERRIDE;
H A Dmanaged_network_configuration_handler_impl.cc472 const base::DictionaryValue& new_properties) {
496 shill_properties.MergeDictionary(&new_properties);
470 UpdateExistingConfigurationWithPropertiesFromPolicy( const base::DictionaryValue& existing_properties, const base::DictionaryValue& new_properties) argument
/external/chromium_org/base/win/
H A Dshortcut_unittest.cc281 ShortcutProperties new_properties; local
282 new_properties.set_target(link_properties_2_.target);
283 new_properties.set_arguments(link_properties_2_.arguments);
284 new_properties.set_description(link_properties_2_.description);
286 link_file_, new_properties, SHORTCUT_REPLACE_EXISTING));
288 // Expect only properties in |new_properties| to be set, all other properties
290 ShortcutProperties expected_properties(new_properties);
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_service_client.cc424 base::DictionaryValue new_properties; local
434 new_properties.SetWithoutPathExpansion(shill::kProviderProperty, provider);
437 new_properties.SetWithoutPathExpansion(property, value.DeepCopy());
441 dict->MergeDictionary(&new_properties);
/external/chromium_org/chrome/installer/util/
H A Dshell_util_unittest.cc261 ShellUtil::ShortcutProperties new_properties(ShellUtil::SYSTEM_LEVEL);
262 product_->AddDefaultShortcutProperties(chrome_exe_, &new_properties);
263 new_properties.set_description(L"New description");
264 new_properties.set_arguments(L"--new-arguments");
267 dist_, new_properties,
270 // Expect the properties set in |new_properties| to be set as above and
273 ShellUtil::ShortcutProperties expected_properties(new_properties);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc270 base::DictionaryValue* new_properties) {
274 new_properties->SetStringWithoutPathExpansion(key, new_value);
283 base::DictionaryValue* new_properties) {
287 new_properties->SetIntegerWithoutPathExpansion(key, new_value);
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
/external/chromium_org/v8/src/
H A Dobjects.cc721 Handle<NameDictionary> new_properties = local
723 object->set_properties(*new_properties);

Completed in 1347 milliseconds