Searched refs:new_properties (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/base/win/ |
D | shortcut_unittest.cc | 232 ShortcutProperties new_properties; in TEST_F() local 233 new_properties.set_target(link_properties_2_.target); in TEST_F() 234 new_properties.set_arguments(link_properties_2_.arguments); in TEST_F() 235 new_properties.set_description(link_properties_2_.description); in TEST_F() 237 link_file_, new_properties, SHORTCUT_REPLACE_EXISTING)); in TEST_F() 241 ShortcutProperties expected_properties(new_properties); in TEST_F()
|
/external/chromium_org/chromeos/network/ |
D | network_cert_migrator.cc | 189 base::DictionaryValue new_properties; in SetNssAndPemProperties() local 190 new_properties.SetStringWithoutPathExpansion(nss_key, std::string()); in SetNssAndPemProperties() 193 new_properties.SetWithoutPathExpansion(pem_key, ca_cert_pems.release()); in SetNssAndPemProperties() 197 new_properties, in SetNssAndPemProperties()
|
D | policy_applicator.h | 38 const base::DictionaryValue& new_properties) = 0;
|
D | managed_network_configuration_handler_impl.h | 99 const base::DictionaryValue& new_properties) OVERRIDE;
|
D | managed_network_configuration_handler_impl.cc | 456 const base::DictionaryValue& new_properties) { in UpdateExistingConfigurationWithPropertiesFromPolicy() argument 474 shill_properties.MergeDictionary(&new_properties); in UpdateExistingConfigurationWithPropertiesFromPolicy()
|
/external/chromium_org/chrome/installer/util/ |
D | shell_util_unittest.cc | 248 ShellUtil::ShortcutProperties new_properties(ShellUtil::SYSTEM_LEVEL); in TEST_F() local 249 product_->AddDefaultShortcutProperties(chrome_exe_, &new_properties); in TEST_F() 250 new_properties.set_description(L"New description"); in TEST_F() 251 new_properties.set_arguments(L"--new-arguments"); in TEST_F() 254 dist_, new_properties, in TEST_F() 260 ShellUtil::ShortcutProperties expected_properties(new_properties); in TEST_F()
|
/external/chromium_org/chromeos/dbus/ |
D | fake_shill_service_client.cc | 382 base::DictionaryValue new_properties; in SetServiceProperty() local 392 new_properties.SetWithoutPathExpansion(shill::kProviderProperty, provider); in SetServiceProperty() 395 new_properties.SetWithoutPathExpansion(property, value.DeepCopy()); in SetServiceProperty() 399 dict->MergeDictionary(&new_properties); in SetServiceProperty()
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
D | internet_options_handler.cc | 753 base::DictionaryValue* new_properties) { in AddStringPropertyIfChanged() argument 757 new_properties->SetStringWithoutPathExpansion(key, new_value); in AddStringPropertyIfChanged() 766 base::DictionaryValue* new_properties) { in AddIntegerPropertyIfChanged() argument 770 new_properties->SetIntegerWithoutPathExpansion(key, new_value); in AddIntegerPropertyIfChanged()
|
/external/v8/src/ |
D | objects.cc | 522 FixedArray* new_properties = NULL; in DeleteNormalizedProperty() local 524 if (!maybe_properties->To(&new_properties)) { in DeleteNormalizedProperty() 527 set_properties(new_properties); in DeleteNormalizedProperty() 1867 FixedArray* new_properties = 0; // Will always be NULL or a valid pointer. in ConvertDescriptorToField() local 1878 new_properties = FixedArray::cast(new_properties_object); in ConvertDescriptorToField() 1885 if (new_properties) { in ConvertDescriptorToField() 1886 set_properties(FixedArray::cast(new_properties)); in ConvertDescriptorToField()
|
/external/chromium_org/v8/src/ |
D | objects.cc | 814 Handle<NameDictionary> new_properties = in DeleteNormalizedProperty() local 816 object->set_properties(*new_properties); in DeleteNormalizedProperty() 3872 Handle<FixedArray> new_properties = isolate->factory()->CopySizeFixedArray( in AllocateStorageForMap() local 3874 object->set_properties(*new_properties); in AllocateStorageForMap()
|