Home
last modified time | relevance | path

Searched refs:dest_key (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dregistry_key_backup.cc314 RegKey dest_key; in WriteTo() local
315 LONG result = dest_key.Create(root, key_path, KEY_WRITE | wow64_access); in WriteTo()
320 success = key_data_->WriteTo(&dest_key); in WriteTo()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc469 const std::string& dest_key, in CopyStringFromDictionary() argument
473 dest->SetStringWithoutPathExpansion(dest_key, string_value); in CopyStringFromDictionary()
479 const std::string& dest_key, in CopyIntegerFromDictionary() argument
486 dest->SetStringWithoutPathExpansion(dest_key, base::IntToString(int_value)); in CopyIntegerFromDictionary()
488 dest->SetIntegerWithoutPathExpansion(dest_key, int_value); in CopyIntegerFromDictionary()