Home
last modified time | relevance | path

Searched refs:new_properties (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/base/win/
Dshortcut_unittest.cc232 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/
Dnetwork_cert_migrator.cc189 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()
Dpolicy_applicator.h38 const base::DictionaryValue& new_properties) = 0;
Dmanaged_network_configuration_handler_impl.h99 const base::DictionaryValue& new_properties) OVERRIDE;
Dmanaged_network_configuration_handler_impl.cc456 const base::DictionaryValue& new_properties) { in UpdateExistingConfigurationWithPropertiesFromPolicy() argument
474 shill_properties.MergeDictionary(&new_properties); in UpdateExistingConfigurationWithPropertiesFromPolicy()
/external/chromium_org/chrome/installer/util/
Dshell_util_unittest.cc248 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/
Dfake_shill_service_client.cc382 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/
Dinternet_options_handler.cc753 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/
Dobjects.cc522 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/
Dobjects.cc814 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()