HomeSort by relevance Sort by last modified time
    Searched refs:HKEY_CURRENT_USER (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.cc 58 HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE;
76 HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE;
  /external/chromium_org/chrome/utility/importer/
ie_importer_win.cc 247 base::win::RegKey key(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ);
648 base::win::RegKey key(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ);
649 base::win::RegistryValueIterator reg_iterator(HKEY_CURRENT_USER,
680 for (base::win::RegistryKeyIterator key_iter(HKEY_CURRENT_USER,
684 base::win::RegKey sub_key(HKEY_CURRENT_USER, sub_key_name.c_str(),
733 base::win::RegKey key(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ);
777 base::win::RegKey reg_key(HKEY_CURRENT_USER, kIEToolbarKey, KEY_READ);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_win.cc 66 // Try to find the key in HKEY_LOCAL_MACHINE and then in HKEY_CURRENT_USER.
70 found = GetManifestPath(HKEY_CURRENT_USER, host_name_wide, &path_str);
  /external/chromium_org/chrome/browser/importer/
ie_importer_browsertest_win.cc 150 if (key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE) !=
560 key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE));
596 key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE));
622 key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE));
  /external/chromium_org/chrome/browser/policy/
policy_path_parser_win.cc 133 LoadUserDataDirPolicyFromRegistry(HKEY_CURRENT_USER, user_data_dir);
  /external/chromium_org/chrome/installer/util/
install_util.cc 223 HKEY reg_root = (system_install) ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
249 HKEY reg_root = (system_install) ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
289 const HKEY root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
329 const HKEY root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
install_util_unittest.cc 79 const HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
129 const HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
179 const HKEY root = HKEY_CURRENT_USER;
289 const HKEY root = HKEY_CURRENT_USER;
product.cc 116 HKEY reg_root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
shell_util.cc 562 status = StatusInRegistryUnderRoot(HKEY_CURRENT_USER);
714 HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE;
    [all...]
delete_reg_key_work_item_unittest.cc 24 ASSERT_TRUE(test_data_.Initialize(HKEY_CURRENT_USER, L"SOFTWARE\\TmpTmp"));
google_update_util.cc 56 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
installation_state.cc 54 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
  /external/chromium_org/net/proxy/
proxy_config_service_win.cc 112 HKEY_CURRENT_USER,
  /external/chromium_org/rlz/test/
rlz_test_helpers.cc 116 override_manager->OverrideRegistry(HKEY_CURRENT_USER, L"rlz_temp_hkcu");
  /external/chromium_org/win8/delegate_execute/
chrome_util.cc 84 const HKEY root = is_per_user ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE;
command_execute_impl.cc 213 base::win::RegKey high_dpi_key(HKEY_CURRENT_USER);
474 LONG key_result = reg_key.Create(HKEY_CURRENT_USER,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py 134 HKCU = _winreg.HKEY_CURRENT_USER
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py 134 HKCU = _winreg.HKEY_CURRENT_USER
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 139 base::win::RegKey key(HKEY_CURRENT_USER, kAutoRunKeyPath, KEY_SET_VALUE);
147 base::win::RegistryValueIterator value(HKEY_CURRENT_USER, kAutoRunKeyPath);
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor_unittest.cc 38 base::win::RegKey key(HKEY_CURRENT_USER,
57 base::win::RegKey key(HKEY_CURRENT_USER,
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 163 configuration.is_system_level() ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
232 const HKEY root_key = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
743 if (ReadValueFromRegistry(HKEY_CURRENT_USER, kCleanupRegistryKey,
  /external/chromium_org/content/common/
plugin_list_win.cc 77 base::win::RegKey hkcu_key(HKEY_CURRENT_USER, reg_path.c_str(), KEY_READ);
363 HKEY_CURRENT_USER, kRegistryMozillaPlugins, &plugin_dirs);
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_win.cc 229 HKEY reg_root = user_install ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE;
  /external/chromium_org/chrome/browser/ui/pdf/
adobe_reader_info_win.cc 48 base::win::RegKey hkcu_key(HKEY_CURRENT_USER, reg_path.c_str(), KEY_READ);
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 438 const HKEY kRegRoot = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
500 root_key_ = system_level_ ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
660 Eq(HKEY_CURRENT_USER),
686 root_key_ = system_level_ ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
    [all...]

Completed in 739 milliseconds

1 23 4 5