HomeSort by relevance Sort by last modified time
    Searched refs:new_properties (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/base/win/
shortcut_unittest.cc 232 ShortcutProperties new_properties; local
233 new_properties.set_target(link_properties_2_.target);
234 new_properties.set_arguments(link_properties_2_.arguments);
235 new_properties.set_description(link_properties_2_.description);
237 link_file_, new_properties, SHORTCUT_REPLACE_EXISTING));
239 // Expect only properties in |new_properties| to be set, all other properties
241 ShortcutProperties expected_properties(new_properties);
  /external/chromium_org/chromeos/network/
network_cert_migrator.cc 190 base::DictionaryValue new_properties; local
191 new_properties.SetStringWithoutPathExpansion(nss_key, std::string());
194 new_properties.SetWithoutPathExpansion(pem_key, ca_cert_pems.release());
198 new_properties, local
  /external/chromium_org/chromeos/dbus/
shill_service_client_stub.cc 395 base::DictionaryValue new_properties; local
405 new_properties.SetWithoutPathExpansion(flimflam::kProviderProperty,
409 new_properties.SetWithoutPathExpansion(property, value.DeepCopy());
413 dict->MergeDictionary(&new_properties);
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 240 ShellUtil::ShortcutProperties new_properties(ShellUtil::SYSTEM_LEVEL);
241 product_->AddDefaultShortcutProperties(chrome_exe_, &new_properties);
242 new_properties.set_description(L"New description");
243 new_properties.set_arguments(L"--new-arguments");
246 dist_, new_properties,
249 // Expect the properties set in |new_properties| to be set as above and
252 ShellUtil::ShortcutProperties expected_properties(new_properties);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 760 base::DictionaryValue* new_properties) {
764 new_properties->SetStringWithoutPathExpansion(key, new_value);
773 base::DictionaryValue* new_properties) {
777 new_properties->SetIntegerWithoutPathExpansion(key, new_value);
    [all...]
  /external/v8/src/
objects.cc 522 FixedArray* new_properties = NULL; local
524 if (!maybe_properties->To(&new_properties)) {
527 set_properties(new_properties);
1867 FixedArray* new_properties = 0; \/\/ Will always be NULL or a valid pointer. local
    [all...]
  /external/chromium_org/v8/src/
objects-inl.h 1561 FixedArray* new_properties; local
    [all...]
objects.cc 758 Handle<NameDictionary> new_properties = local
760 object->set_properties(*new_properties);
    [all...]

Completed in 171 milliseconds