/external/chromium_org/chrome/installer/gcapi/ |
gcapi_test_registry_overrider.cc | 15 override_manager_.OverrideRegistry(HKEY_LOCAL_MACHINE, L"hklm_override");
|
gcapi.cc | 169 if (::RegCreateKeyEx(HKEY_LOCAL_MACHINE, kNoChromeOfferUntil, 226 RegKeyHasC1F(HKEY_LOCAL_MACHINE, kC1FSentKey) || 227 RegKeyHasC1F(HKEY_LOCAL_MACHINE, kC1FPendingKey); 278 if (::RegCreateKeyEx(HKEY_LOCAL_MACHINE, kGCAPITempKey, 0, NULL, 291 RegDeleteKey(HKEY_LOCAL_MACHINE, kGCAPITempKey); 381 HKEY install_key = HKEY_LOCAL_MACHINE; 393 install_key == HKEY_LOCAL_MACHINE ? 411 if (IsChromeInstalled(HKEY_LOCAL_MACHINE)) 596 if (IsChromeInstalled(HKEY_LOCAL_MACHINE) || 651 if (!IsChromeInstalled(HKEY_LOCAL_MACHINE) & [all...] |
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/ |
registry.cc | 22 case HKEY_LOCAL_MACHINE: 23 return L"HKEY_LOCAL_MACHINE"; 57 TryOpenKey(HKEY_LOCAL_MACHINE, NULL, output); 60 TryOpenKey(HKEY_LOCAL_MACHINE,
|
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_port_enumerator_win.cc | 20 base::win::RegistryValueIterator iter_key(HKEY_LOCAL_MACHINE,
|
/external/chromium/chrome/browser/importer/ |
firefox_importer_utils_win.cc | 20 HKEY_LOCAL_MACHINE 48 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, registry_path.c_str(), 57 base::win::RegKey reg_key_directory(HKEY_LOCAL_MACHINE,
|
/external/chromium_org/chrome/common/importer/ |
firefox_importer_utils_win.cc | 22 HKEY_LOCAL_MACHINE 53 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, registry_path.c_str(), 62 base::win::RegKey reg_key_directory(HKEY_LOCAL_MACHINE,
|
/external/chromium_org/chrome/test/security_tests/ |
security_tests.cc | 42 SECURITY_CHECK(TestOpenKey(HKEY_LOCAL_MACHINE, L"")); 45 SECURITY_CHECK(TestOpenKey(HKEY_LOCAL_MACHINE,
|
/external/chromium_org/remoting/host/ |
usage_stats_consent_win.cc | 32 LONG result = key.Open(HKEY_LOCAL_MACHINE, client_state.c_str(), KEY_READ); 80 LONG result = key.Create(HKEY_LOCAL_MACHINE, client_state.c_str(),
|
/external/chromium_org/chrome/installer/util/ |
compat_checks.cc | 18 base::win::RegKey key(HKEY_LOCAL_MACHINE, kProductKey, KEY_READ);
|
google_update_settings_unittest.cc | 48 registry_overrides_.OverrideRegistry(HKEY_LOCAL_MACHINE, L"HKLM_pit"); 59 HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 139 HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 473 key.Open(HKEY_LOCAL_MACHINE, binaries->GetStateMediumKey().c_str(), 479 key.Open(HKEY_LOCAL_MACHINE, chrome->GetStateMediumKey().c_str(), 491 RegKey().Open(HKEY_LOCAL_MACHINE, kGoogleUpdatePoliciesKey, 501 RegKey().Create(HKEY_LOCAL_MACHINE, kGoogleUpdatePoliciesKey, 504 RegKey().Open(HKEY_LOCAL_MACHINE, kGoogleUpdatePoliciesKey, 519 RegKey(HKEY_LOCAL_MACHINE, kGoogleUpdatePoliciesKey, 529 RegKey(HKEY_LOCAL_MACHINE, kGoogleUpdatePoliciesKey [all...] |
google_update_settings.cc | 52 RegKey hklm_key(HKEY_LOCAL_MACHINE, reg_path.c_str(), KEY_READ); 86 RegKey key(HKEY_LOCAL_MACHINE, reg_path.c_str(), KEY_SET_VALUE); 145 HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 228 key.Open(HKEY_LOCAL_MACHINE, dist->GetStateMediumKey().c_str(), 236 key.Open(system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER, 265 HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 306 if (key.Create(HKEY_LOCAL_MACHINE, reg_path.c_str(), 322 if (key.Create(HKEY_LOCAL_MACHINE, reg_path.c_str(), 420 HKEY reg_root = (system_install) ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 513 RegKey reg_key(HKEY_LOCAL_MACHINE, reg_path.c_str(), KEY_SET_VALUE) [all...] |
/external/chromium_org/cloud_print/common/win/ |
install_utils.cc | 49 if (key.Create(HKEY_LOCAL_MACHINE, 80 if (key.Create(HKEY_LOCAL_MACHINE, 96 if (key.Open(HKEY_LOCAL_MACHINE, 114 if (key.Create(HKEY_LOCAL_MACHINE, 151 ::RegDeleteKey(HKEY_LOCAL_MACHINE, 157 if (key.Open(HKEY_LOCAL_MACHINE,
|
/external/chromium/chrome/browser/policy/ |
configuration_policy_provider_delegate_win.cc | 92 RegKey policy_key(HKEY_LOCAL_MACHINE, kRegistrySubKey, KEY_READ); 109 if (policy_key.Open(HKEY_LOCAL_MACHINE, path.c_str(), KEY_READ) != 137 RegKey policy_key(HKEY_LOCAL_MACHINE, kRegistrySubKey, KEY_READ);
|
/external/chromium_org/rlz/test/ |
rlz_test_helpers.cc | 110 ReadRegistryTree(base::win::RegKey(HKEY_LOCAL_MACHINE, 115 override_manager->OverrideRegistry(HKEY_LOCAL_MACHINE, L"rlz_temp_hklm"); 119 WriteRegistryTree(data, &base::win::RegKey(HKEY_LOCAL_MACHINE,
|
/external/chromium/net/proxy/ |
proxy_config_service_win.cc | 115 HKEY_LOCAL_MACHINE, 119 HKEY_LOCAL_MACHINE,
|
/external/chromium_org/chrome/test/mini_installer/ |
uninstall_chrome.py | 34 root_key = _winreg.HKEY_LOCAL_MACHINE 46 'HKEY_LOCAL_MACHINE' if options.system_level else 'HKEY_CURRENT_USER',
|
/external/chromium_org/sandbox/win/src/ |
registry_policy_test.cc | 92 L"HKEY_LOCAL_MACHINE")); 96 L"HKEY_LOCAL_MACHINE\\Software\\Microsoft")); 100 L"Reg_OpenKey create read HKEY_LOCAL_MACHINE software\\microsoft")); 103 L"Reg_OpenKey open read HKEY_LOCAL_MACHINE software\\microsoft")); 108 L"Reg_OpenKey create write HKEY_LOCAL_MACHINE software\\microsoft")); 111 L"Reg_OpenKey open write HKEY_LOCAL_MACHINE software\\microsoft")); 116 L"HKEY_LOCAL_MACHINE software\\microsoft\\Windows")); 119 L"HKEY_LOCAL_MACHINE software\\microsoft\\windows")); 124 L"HKEY_LOCAL_MACHINE software\\Microsoft\\google_unit_tests")); 126 RegDeleteKey(HKEY_LOCAL_MACHINE, L"software\\Microsoft\\google_unit_tests") [all...] |
/external/chromium_org/sandbox/win/tools/finder/ |
finder.cc | 50 ParseRegistry(HKEY_LOCAL_MACHINE, L"HKLM\\");
|
/external/chromium_org/third_party/libusb/src/msvc/ |
missing.c | 50 rc = RegOpenKeyEx(HKEY_LOCAL_MACHINE, ENVIRONMENT_REG_PATH, 0, KEY_QUERY_VALUE, &hkey);
|
/external/chromium_org/chrome_frame/test/ |
policy_settings_unittest.cc | 160 HKEY root[] = { HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER }; 200 HKEY root[] = { HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER }; 224 HKEY root[] = { HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER }; 243 HKEY root[] = { HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER }; 266 HKEY root[] = { HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER };
|
/external/chromium_org/chrome/browser/extensions/ |
external_registry_loader_win.cc | 62 HKEY_LOCAL_MACHINE, ASCIIToWide(kRegistryExtensions).c_str()); 79 if (key.Open(HKEY_LOCAL_MACHINE,
|
/external/chromium_org/chrome/installer/launcher_support/ |
chrome_launcher_support.cc | 55 HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE; 73 HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE;
|
/external/chromium_org/net/proxy/ |
proxy_config_service_win.cc | 115 HKEY_LOCAL_MACHINE, 119 HKEY_LOCAL_MACHINE,
|
/external/chromium_org/remoting/host/policy_hack/ |
policy_watcher_win.cc | 121 RegKey policy_key(HKEY_LOCAL_MACHINE, kRegistrySubKey, KEY_READ); 144 RegKey policy_key(HKEY_LOCAL_MACHINE, kRegistrySubKey, KEY_READ);
|
/external/chromium_org/third_party/icu/source/common/ |
wintz.c | 104 result = RegOpenKeyExA(HKEY_LOCAL_MACHINE, 142 result = RegOpenKeyExA(HKEY_LOCAL_MACHINE,
|