Searched refs:HKEY_LOCAL_MACHINE (Results 1 - 25 of 106) sorted by relevance

12345

/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi_test_registry_overrider.cc15 override_manager_.OverrideRegistry(HKEY_LOCAL_MACHINE);
H A Dgcapi.cc169 if (::RegCreateKeyEx(HKEY_LOCAL_MACHINE, kNoChromeOfferUntil,
228 RegKeyHasC1F(HKEY_LOCAL_MACHINE, kC1FSentKey) ||
229 RegKeyHasC1F(HKEY_LOCAL_MACHINE, kC1FPendingKey);
280 if (::RegCreateKeyEx(HKEY_LOCAL_MACHINE, kGCAPITempKey, 0, NULL,
294 RegDeleteKey(HKEY_LOCAL_MACHINE, kGCAPITempKey);
384 HKEY install_key = HKEY_LOCAL_MACHINE;
396 install_key == HKEY_LOCAL_MACHINE ?
414 if (IsChromeInstalled(HKEY_LOCAL_MACHINE))
603 if (IsChromeInstalled(HKEY_LOCAL_MACHINE) ||
659 if (!IsChromeInstalled(HKEY_LOCAL_MACHINE)
[all...]
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dregistry.cc42 TryOpenKey(HKEY_LOCAL_MACHINE, L"HKEY_LOCAL_MACHINE", NULL, output);
45 TryOpenKey(HKEY_LOCAL_MACHINE,
46 L"HKEY_LOCAL_MACHINE",
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils_win.cc22 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/device/serial/
H A Dserial_device_enumerator_win.cc31 HKEY_LOCAL_MACHINE, L"HARDWARE\\DEVICEMAP\\SERIALCOMM\\");
/external/chromium_org/remoting/host/
H A Dusage_stats_consent_win.cc32 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/cloud_print/common/win/
H A Dinstall_utils.cc56 if (key.Create(HKEY_LOCAL_MACHINE,
87 if (key.Create(HKEY_LOCAL_MACHINE,
104 if (key.Create(HKEY_LOCAL_MACHINE,
119 if (key.Open(HKEY_LOCAL_MACHINE,
137 if (key.Create(HKEY_LOCAL_MACHINE,
174 ::RegDeleteKey(HKEY_LOCAL_MACHINE,
180 if (key.Open(HKEY_LOCAL_MACHINE,
/external/chromium_org/base/win/
H A Dregistry_unittest.cc252 key.Create(HKEY_LOCAL_MACHINE,
256 key.Open(HKEY_LOCAL_MACHINE, foo_software_key_.c_str(), KEY_READ));
258 key.Open(HKEY_LOCAL_MACHINE,
264 key.Open(HKEY_LOCAL_MACHINE, L"Software", KEY_SET_VALUE));
267 key.Open(HKEY_LOCAL_MACHINE,
274 key.Open(HKEY_LOCAL_MACHINE,
287 key.Open(HKEY_LOCAL_MACHINE,
306 key.Create(HKEY_LOCAL_MACHINE,
310 key.Open(HKEY_LOCAL_MACHINE, foo_software_key_.c_str(), KEY_READ));
312 key.Open(HKEY_LOCAL_MACHINE,
[all...]
/external/chromium_org/chrome/installer/util/
H A Dcompat_checks.cc20 HKEY_LOCAL_MACHINE, kProductKey, KEY_READ | KEY_WOW64_32KEY);
H A Dgoogle_update_settings_unittest.cc38 registry_overrides_.OverrideRegistry(HKEY_LOCAL_MACHINE);
49 HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
64 HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
160 HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
238 if (policy_key.Create(HKEY_LOCAL_MACHINE,
253 if (policy_key.Create(HKEY_LOCAL_MACHINE,
271 return policy_key.Create(HKEY_LOCAL_MACHINE,
281 return (policy_key.Create(HKEY_LOCAL_MACHINE,
292 return policy_key.Create(HKEY_LOCAL_MACHINE,
588 key.Open(HKEY_LOCAL_MACHINE, binarie
[all...]
H A Dgoogle_update_settings.cc61 HKEY_LOCAL_MACHINE, reg_path.c_str(), KEY_READ | KEY_WOW64_32KEY);
91 RegKey key(HKEY_LOCAL_MACHINE, reg_path.c_str(), kAccess);
151 HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
244 key.Open(HKEY_LOCAL_MACHINE, dist->GetStateMediumKey().c_str(),
252 key.Open(system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER,
281 HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
351 if (key.Create(HKEY_LOCAL_MACHINE, reg_path.c_str(),
367 if (key.Create(HKEY_LOCAL_MACHINE, reg_path.c_str(),
470 HKEY reg_root = (system_install) ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
569 HKEY_LOCAL_MACHINE, reg_pat
[all...]
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_test_util.cc45 HKEY root_key = user_level ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE;
77 HKEY root_key = user_level ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE;
/external/chromium_org/chrome_elf/
H A Dchrome_elf_util.cc44 if (::RegOpenKeyEx(system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER,
89 if (::RegOpenKeyEx(system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER,
172 if (::RegOpenKeyEx(HKEY_LOCAL_MACHINE, kRegPathChromePolicy, 0,
H A Dchrome_elf_util_unittest.cc61 override_manager_.OverrideRegistry(HKEY_LOCAL_MACHINE);
95 system_level_ ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER,
104 system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER,
/external/chromium_org/rlz/test/
H A Drlz_test_helpers.cc109 ReadRegistryTree(base::win::RegKey(HKEY_LOCAL_MACHINE,
114 override_manager->OverrideRegistry(HKEY_LOCAL_MACHINE);
119 HKEY_LOCAL_MACHINE, kHKLMAccessProviders, KEY_ALL_ACCESS);
/external/deqp/scripts/build/
H A Dconfig.py118 10: [(_winreg.HKEY_CLASSES_ROOT, "VisualStudio.DTE.10.0"), (_winreg.HKEY_LOCAL_MACHINE, "Software\\Microsoft\\VCExpress\\10.0")],
119 11: [(_winreg.HKEY_CLASSES_ROOT, "VisualStudio.DTE.11.0"), (_winreg.HKEY_LOCAL_MACHINE, "Software\\Microsoft\\VCExpress\\11.0")],
120 12: [(_winreg.HKEY_CLASSES_ROOT, "VisualStudio.DTE.12.0"), (_winreg.HKEY_LOCAL_MACHINE, "Software\\Microsoft\\VCExpress\\12.0")],
/external/chromium_org/chrome/test/mini_installer/
H A Dregistry_verifier.py18 'HKEY_LOCAL_MACHINE': _winreg.HKEY_LOCAL_MACHINE,
H A Duninstall_chrome.py34 root_key = _winreg.HKEY_LOCAL_MACHINE
46 'HKEY_LOCAL_MACHINE' if options.system_level else 'HKEY_CURRENT_USER',
/external/chromium_org/sandbox/win/src/
H A Dregistry_policy_test.cc92 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,
[all...]
/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder.cc50 ParseRegistry(HKEY_LOCAL_MACHINE, L"HKLM\\");
/external/chromium_org/third_party/libusb/src/msvc/
H A Dmissing.c50 rc = RegOpenKeyEx(HKEY_LOCAL_MACHINE, ENVIRONMENT_REG_PATH, 0, KEY_QUERY_VALUE, &hkey);
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_registry_loader_win.cc71 HKEY_LOCAL_MACHINE, base::ASCIIToWide(kRegistryExtensions).c_str());
88 if (key.Open(HKEY_LOCAL_MACHINE,
/external/chromium_org/net/proxy/
H A Dproxy_config_service_win.cc116 HKEY_LOCAL_MACHINE,
120 HKEY_LOCAL_MACHINE,
/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher_win.cc121 RegKey policy_key(HKEY_LOCAL_MACHINE, kRegistrySubKey, KEY_READ);
144 RegKey policy_key(HKEY_LOCAL_MACHINE, kRegistrySubKey, KEY_READ);
/external/chromium_org/chrome/installer/launcher_support/
H A Dchrome_launcher_support.cc39 HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE;

Completed in 4932 milliseconds

12345