Searched refs:hklm_key (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/rlz/win/lib/ |
D | rlz_lib_win.cc | 88 base::win::RegKey hklm_key; in CreateMachineState() local 89 if (hklm_key.Create(HKEY_LOCAL_MACHINE, in CreateMachineState() 104 ::RegGetKeySecurity(hklm_key.Handle(), DACL_SECURITY_INFORMATION, NULL, in CreateMachineState() 108 LONG result = ::RegGetKeySecurity(hklm_key.Handle(), in CreateMachineState() 173 result = ::RegSetKeySecurity(hklm_key.Handle(), in CreateMachineState()
|
D | machine_deal.cc | 138 base::win::RegKey hklm_key(HKEY_LOCAL_MACHINE, in Set() local 141 if (!hklm_key.Valid()) { in Set() 153 if (!RegKeyWriteValue(hklm_key, kDccValueName, normalized_dcc)) { in Set()
|
/external/chromium_org/chrome/browser/ui/pdf/ |
D | adobe_reader_info_win.cc | 55 base::win::RegKey hklm_key(HKEY_LOCAL_MACHINE, reg_path.c_str(), KEY_READ); in GetInstalledPath() local 56 if (hklm_key.ReadValue(kRegistryPath, &path) == ERROR_SUCCESS) { in GetInstalledPath()
|
/external/chromium_org/components/policy/core/common/ |
D | policy_loader_win_unittest.cc | 752 RegKey hklm_key(HKEY_CURRENT_USER, kTestPolicyKey, KEY_ALL_ACCESS); in InstallRegistrySentinel() local 753 ASSERT_TRUE(hklm_key.Valid()); in InstallRegistrySentinel() 754 hklm_key.WriteValue( in InstallRegistrySentinel() 794 RegKey hklm_key(HKEY_LOCAL_MACHINE, kTestPolicyKey, KEY_ALL_ACCESS); in TEST_F() local 795 ASSERT_TRUE(hklm_key.Valid()); in TEST_F() 796 hklm_key.WriteValue(UTF8ToUTF16(test_keys::kKeyString).c_str(), in TEST_F()
|
/external/chromium_org/content/common/ |
D | plugin_list_win.cc | 85 base::win::RegKey hklm_key(HKEY_LOCAL_MACHINE, reg_path.c_str(), KEY_READ); in GetInstalledPath() local 86 if (hklm_key.ReadValue(kRegistryPath, &path) == ERROR_SUCCESS) { in GetInstalledPath()
|
/external/chromium_org/chrome/installer/util/ |
D | google_update_settings.cc | 60 RegKey hklm_key( in ReadGoogleUpdateStrKey() local 62 return (hklm_key.ReadValue(name, value) == ERROR_SUCCESS); in ReadGoogleUpdateStrKey()
|