Searched refs:dest_key (Results 1 – 2 of 2) sorted by relevance
314 RegKey dest_key; in WriteTo() local315 LONG result = dest_key.Create(root, key_path, KEY_WRITE | wow64_access); in WriteTo()320 success = key_data_->WriteTo(&dest_key); in WriteTo()
469 const std::string& dest_key, in CopyStringFromDictionary() argument473 dest->SetStringWithoutPathExpansion(dest_key, string_value); in CopyStringFromDictionary()479 const std::string& dest_key, in CopyIntegerFromDictionary() argument486 dest->SetStringWithoutPathExpansion(dest_key, base::IntToString(int_value)); in CopyIntegerFromDictionary()488 dest->SetIntegerWithoutPathExpansion(dest_key, int_value); in CopyIntegerFromDictionary()