Home
last modified time | relevance | path

Searched refs:hklm_key (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/rlz/win/lib/
Drlz_lib_win.cc88 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()
Dmachine_deal.cc138 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/
Dadobe_reader_info_win.cc55 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/
Dpolicy_loader_win_unittest.cc752 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/
Dplugin_list_win.cc85 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/
Dgoogle_update_settings.cc60 RegKey hklm_key( in ReadGoogleUpdateStrKey() local
62 return (hklm_key.ReadValue(name, value) == ERROR_SUCCESS); in ReadGoogleUpdateStrKey()