HomeSort by relevance Sort by last modified time
    Searched refs:HKEY_LOCAL_MACHINE (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/installer/gcapi/
gcapi_test_registry_overrider.cc 15 override_manager_.OverrideRegistry(HKEY_LOCAL_MACHINE);
gcapi.cc 169 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/
registry.cc 42 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/
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/device/serial/
serial_device_enumerator_win.cc 31 HKEY_LOCAL_MACHINE, L"HARDWARE\\DEVICEMAP\\SERIALCOMM\\");
  /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/cloud_print/common/win/
install_utils.cc 56 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/
registry_unittest.cc 252 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/
compat_checks.cc 20 HKEY_LOCAL_MACHINE, kProductKey, KEY_READ | KEY_WOW64_32KEY);
google_update_settings_unittest.cc 38 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, binaries->GetStateMediumKey().c_str()
    [all...]
google_update_settings.cc 61 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_path.c_str(), KEY_SET_VALUE | KEY_WOW64_32KEY)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_test_util.cc 45 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/
chrome_elf_util_unittest.cc 61 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/
rlz_test_helpers.cc 109 ReadRegistryTree(base::win::RegKey(HKEY_LOCAL_MACHINE,
114 override_manager->OverrideRegistry(HKEY_LOCAL_MACHINE);
119 HKEY_LOCAL_MACHINE, kHKLMAccessProviders, KEY_ALL_ACCESS);
  /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',
registry_verifier.py 18 'HKEY_LOCAL_MACHINE': _winreg.HKEY_LOCAL_MACHINE,
  /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/browser/extensions/
external_registry_loader_win.cc 71 HKEY_LOCAL_MACHINE, base::ASCIIToWide(kRegistryExtensions).c_str());
88 if (key.Open(HKEY_LOCAL_MACHINE,
  /external/chromium_org/net/proxy/
proxy_config_service_win.cc 116 HKEY_LOCAL_MACHINE,
120 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/chrome/installer/launcher_support/
chrome_launcher_support.cc 39 HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE;
  /external/chromium_org/chrome/installer/tools/
setup_timer.py 33 hive = (_winreg.HKEY_LOCAL_MACHINE if hive_str == 'HKLM' else
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ratings.h 32 return (SHGetValue(HKEY_LOCAL_MACHINE,TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Ratings"),TEXT("Key"),&dwType,&szSup,&cbSize)==ERROR_SUCCESS);

Completed in 719 milliseconds

1 2 3 4 5