root_key 334 base/win/registry.cc RegistryValueIterator::RegistryValueIterator(HKEY root_key, root_key 338 base/win/registry.cc LONG result = RegOpenKeyEx(root_key, folder_key, 0, KEY_READ, &key_); root_key 423 base/win/registry.cc RegistryKeyIterator::RegistryKeyIterator(HKEY root_key, root_key 425 base/win/registry.cc LONG result = RegOpenKeyEx(root_key, folder_key, 0, KEY_READ, &key_); root_key 144 base/win/registry.h RegistryValueIterator(HKEY root_key, const wchar_t* folder_key); root_key 185 base/win/registry.h RegistryKeyIterator(HKEY root_key, const wchar_t* folder_key); root_key 184 base/win/win_util.cc bool AddCommandToAutoRun(HKEY root_key, const string16& name, root_key 186 base/win/win_util.cc base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_SET_VALUE); root_key 191 base/win/win_util.cc bool RemoveCommandFromAutoRun(HKEY root_key, const string16& name) { root_key 192 base/win/win_util.cc base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_SET_VALUE); root_key 196 base/win/win_util.cc bool ReadCommandFromAutoRun(HKEY root_key, root_key 199 base/win/win_util.cc base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_QUERY_VALUE); root_key 86 base/win/win_util.h BASE_EXPORT bool AddCommandToAutoRun(HKEY root_key, const string16& name, root_key 90 base/win/win_util.h BASE_EXPORT bool RemoveCommandFromAutoRun(HKEY root_key, const string16& name); root_key 94 base/win/win_util.h BASE_EXPORT bool ReadCommandFromAutoRun(HKEY root_key, root_key 68 chrome/browser/extensions/api/messaging/native_messaging_test_util.cc HKEY root_key = user_level ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE; root_key 69 chrome/browser/extensions/api/messaging/native_messaging_test_util.cc registry_override_.OverrideRegistry(root_key, L"native_messaging"); root_key 73 chrome/browser/extensions/api/messaging/native_messaging_test_util.cc root_key, key.c_str(), root_key 30 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc bool GetManifestPathWithFlags(HKEY root_key, root_key 36 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc if (key.Open(root_key, kNativeMessagingRegistryKey, root_key 47 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc bool GetManifestPath(HKEY root_key, root_key 52 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc root_key, KEY_WOW64_32KEY, host_name, result) || root_key 54 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc root_key, KEY_WOW64_64KEY, host_name, result); root_key 204 chrome/installer/gcapi/gcapi.cc bool IsChromeInstalled(HKEY root_key) { root_key 206 chrome/installer/gcapi/gcapi.cc return key.Open(root_key, kChromeRegClientsKey, KEY_READ) == ERROR_SUCCESS && root_key 57 chrome/installer/launcher_support/chrome_launcher_support.cc HKEY root_key = (level == USER_LEVEL_INSTALLATION) ? root_key 63 chrome/installer/launcher_support/chrome_launcher_support.cc if (reg_key.Open(root_key, subkey.c_str(), root_key 75 chrome/installer/launcher_support/chrome_launcher_support.cc HKEY root_key = (level == USER_LEVEL_INSTALLATION) ? root_key 81 chrome/installer/launcher_support/chrome_launcher_support.cc return reg_key.Open(root_key, subkey.c_str(), root_key 130 chrome/installer/mini_installer/mini_installer.cc bool ReadValueFromRegistry(HKEY root_key, const wchar_t *sub_key, root_key 135 chrome/installer/mini_installer/mini_installer.cc if (key.Open(root_key, sub_key, KEY_QUERY_VALUE) == ERROR_SUCCESS && root_key 143 chrome/installer/mini_installer/mini_installer.cc bool OpenClientStateKey(HKEY root_key, const wchar_t* app_guid, REGSAM access, root_key 148 chrome/installer/mini_installer/mini_installer.cc (key->Open(root_key, client_state_key.get(), access) == ERROR_SUCCESS); root_key 160 chrome/installer/mini_installer/mini_installer.cc const HKEY root_key = root_key 183 chrome/installer/mini_installer/mini_installer.cc if (OpenClientStateKey(root_key, app_guid, key_access, &key)) { root_key 201 chrome/installer/mini_installer/mini_installer.cc if (!OpenClientStateKey(root_key, app_guid, key_access, &key)) root_key 230 chrome/installer/mini_installer/mini_installer.cc const HKEY root_key = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; root_key 232 chrome/installer/mini_installer/mini_installer.cc return OpenClientStateKey(root_key, app_guid, KEY_QUERY_VALUE, &key) && root_key 217 chrome/installer/setup/install_worker.cc installer_state.root_key(), full_cmd_key)->set_log_message( root_key 227 chrome/installer/setup/install_worker.cc cmd.AddWorkItems(installer_state.root_key(), full_cmd_key, work_item_list); root_key 340 chrome/installer/setup/install_worker.cc cmd.AddWorkItems(installer_state.root_key(), cmd_key, work_item_list); root_key 387 chrome/installer/setup/install_worker.cc HKEY reg_root = installer_state.root_key(); root_key 622 chrome/installer/setup/install_worker.cc HKEY reg_root = installer_state.root_key(); root_key 760 chrome/installer/setup/install_worker.cc const HKEY root_key = installer_state.root_key(); root_key 785 chrome/installer/setup/install_worker.cc install_list->AddCreateRegKeyWorkItem(root_key, multi_key); root_key 787 chrome/installer/setup/install_worker.cc install_list->AddSetRegValueWorkItem(root_key, multi_key, root_key 793 chrome/installer/setup/install_worker.cc root_key, multi_key, google_update::kRegOemInstallField); root_key 809 chrome/installer/setup/install_worker.cc const HKEY root_key = installer_state.root_key(); root_key 840 chrome/installer/setup/install_worker.cc install_list->AddCreateRegKeyWorkItem(root_key, multi_key); root_key 842 chrome/installer/setup/install_worker.cc root_key, multi_key, google_update::kRegEULAAceptedField, root_key 847 chrome/installer/setup/install_worker.cc root_key, multi_key, google_update::kRegEULAAceptedField); root_key 864 chrome/installer/setup/install_worker.cc const HKEY root_key = installer_state.root_key(); root_key 872 chrome/installer/setup/install_worker.cc root_key, root_key 886 chrome/installer/setup/install_worker.cc install_list->AddCreateRegKeyWorkItem(root_key, multi_key); root_key 889 chrome/installer/setup/install_worker.cc install_list->AddSetRegValueWorkItem(root_key, root_key 911 chrome/installer/setup/install_worker.cc HKEY root_key = installer_state.root_key(); root_key 933 chrome/installer/setup/install_worker.cc install_list->AddCreateRegKeyWorkItem(root_key, state_key); root_key 936 chrome/installer/setup/install_worker.cc install_list->AddSetRegValueWorkItem(root_key, state_key, root_key 947 chrome/installer/setup/install_worker.cc root_key, dist->GetStateMediumKey(), root_key 956 chrome/installer/setup/install_worker.cc root_key, dist->GetStateKey(), google_update::kRegUsageStatsField); root_key 969 chrome/installer/setup/install_worker.cc HKEY root = installer_state.root_key(); root_key 1127 chrome/installer/setup/install_worker.cc const HKEY root = installer_state.root_key(); root_key 1210 chrome/installer/setup/install_worker.cc installer_state.root_key(), dist->GetStateKey(), root_key 1234 chrome/installer/setup/install_worker.cc HKEY root = installer_state.root_key(); root_key 1333 chrome/installer/setup/install_worker.cc install_list->AddDeleteRegKeyWorkItem(installer_state.root_key(), key_path); root_key 1380 chrome/installer/setup/install_worker.cc const HKEY root_key = installer_state.root_key(); root_key 1385 chrome/installer/setup/install_worker.cc install_list->AddDeleteRegKeyWorkItem(root_key, cmd_key)-> root_key 1404 chrome/installer/setup/install_worker.cc cmd.AddWorkItems(installer_state.root_key(), cmd_key, install_list); root_key 1413 chrome/installer/setup/install_worker.cc const HKEY root_key = installer_state.root_key(); root_key 1417 chrome/installer/setup/install_worker.cc work_item_list->AddDeleteRegKeyWorkItem(root_key, cmd_key)-> root_key 1431 chrome/installer/setup/install_worker.cc cmd.AddWorkItems(installer_state.root_key(), cmd_key, work_item_list); root_key 1448 chrome/installer/setup/install_worker.cc installer_state.root_key(), cmd_key)->set_log_message( root_key 665 chrome/installer/setup/install_worker_unittest.cc Eq(installer_state->root_key()), root_key 261 chrome/installer/setup/setup_main.cc HKEY reg_root = installer_state->root_key(); root_key 86 chrome/installer/setup/uninstall.cc const HKEY reg_root = installer_state.root_key(); root_key 1146 chrome/installer/setup/uninstall.cc HKEY reg_root = installer_state.root_key(); root_key 243 chrome/installer/util/browser_distribution.cc base::string16 BrowserDistribution::GetDistributionData(HKEY root_key) { root_key 131 chrome/installer/util/browser_distribution.h virtual base::string16 GetDistributionData(HKEY root_key); root_key 44 chrome/installer/util/copy_reg_key_work_item_unittest.cc WorkItem::CreateCopyRegKeyWorkItem(test_data_.root_key(), key_path, root_key 49 chrome/installer/util/copy_reg_key_work_item_unittest.cc key.Open(test_data_.root_key(), destination_path_.c_str(), root_key 54 chrome/installer/util/copy_reg_key_work_item_unittest.cc key.Open(test_data_.root_key(), destination_path_.c_str(), root_key 63 chrome/installer/util/copy_reg_key_work_item_unittest.cc WorkItem::CreateCopyRegKeyWorkItem(test_data_.root_key(), root_key 68 chrome/installer/util/copy_reg_key_work_item_unittest.cc RegistryTestData::ExpectEmptyKey(test_data_.root_key(), root_key 73 chrome/installer/util/copy_reg_key_work_item_unittest.cc key.Open(test_data_.root_key(), destination_path_.c_str(), root_key 82 chrome/installer/util/copy_reg_key_work_item_unittest.cc WorkItem::CreateCopyRegKeyWorkItem(test_data_.root_key(), root_key 87 chrome/installer/util/copy_reg_key_work_item_unittest.cc test_data_.ExpectMatchesNonEmptyKey(test_data_.root_key(), root_key 92 chrome/installer/util/copy_reg_key_work_item_unittest.cc key.Open(test_data_.root_key(), destination_path_.c_str(), root_key 101 chrome/installer/util/copy_reg_key_work_item_unittest.cc key.Create(test_data_.root_key(), destination_path_.c_str(), root_key 104 chrome/installer/util/copy_reg_key_work_item_unittest.cc SHCopyKey(test_data_.root_key(), root_key 111 chrome/installer/util/copy_reg_key_work_item_unittest.cc WorkItem::CreateCopyRegKeyWorkItem(test_data_.root_key(), root_key 118 chrome/installer/util/copy_reg_key_work_item_unittest.cc test_data_.ExpectMatchesNonEmptyKey(test_data_.root_key(), root_key 126 chrome/installer/util/copy_reg_key_work_item_unittest.cc test_data_.ExpectMatchesNonEmptyKey(test_data_.root_key(), root_key 136 chrome/installer/util/copy_reg_key_work_item_unittest.cc key.Create(test_data_.root_key(), destination_path_.c_str(), root_key 139 chrome/installer/util/copy_reg_key_work_item_unittest.cc SHCopyKey(test_data_.root_key(), root_key 146 chrome/installer/util/copy_reg_key_work_item_unittest.cc WorkItem::CreateCopyRegKeyWorkItem(test_data_.root_key(), root_key 153 chrome/installer/util/copy_reg_key_work_item_unittest.cc RegistryTestData::ExpectEmptyKey(test_data_.root_key(), root_key 161 chrome/installer/util/copy_reg_key_work_item_unittest.cc test_data_.ExpectMatchesNonEmptyKey(test_data_.root_key(), root_key 170 chrome/installer/util/copy_reg_key_work_item_unittest.cc WorkItem::CreateCopyRegKeyWorkItem(test_data_.root_key(), root_key 178 chrome/installer/util/copy_reg_key_work_item_unittest.cc RegistryTestData::ExpectEmptyKey(test_data_.root_key(), root_key 41 chrome/installer/util/delete_reg_key_work_item_unittest.cc WorkItem::CreateDeleteRegKeyWorkItem(test_data_.root_key(), key_path)); root_key 43 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(), root_key 47 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(), root_key 57 chrome/installer/util/delete_reg_key_work_item_unittest.cc WorkItem::CreateDeleteRegKeyWorkItem(test_data_.root_key(), key_path)); root_key 59 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(), root_key 63 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(), root_key 73 chrome/installer/util/delete_reg_key_work_item_unittest.cc WorkItem::CreateDeleteRegKeyWorkItem(test_data_.root_key(), key_path)); root_key 75 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(), root_key 79 chrome/installer/util/delete_reg_key_work_item_unittest.cc test_data_.ExpectMatchesNonEmptyKey(test_data_.root_key(), key_path.c_str()); root_key 89 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.Create(test_data_.root_key(), key_name.c_str(), root_key 116 chrome/installer/util/delete_reg_key_work_item_unittest.cc WorkItem::CreateDeleteRegKeyWorkItem(test_data_.root_key(), key_name)); root_key 118 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_name.c_str(), root_key 122 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_name.c_str(), root_key 213 chrome/installer/util/google_chrome_distribution.cc base::string16 GoogleChromeDistribution::GetDistributionData(HKEY root_key) { root_key 218 chrome/installer/util/google_chrome_distribution.cc base::win::RegKey client_state_key(root_key, sub_key.c_str(), KEY_READ); root_key 72 chrome/installer/util/google_chrome_distribution.h virtual base::string16 GetDistributionData(HKEY root_key) OVERRIDE; root_key 94 chrome/installer/util/google_chrome_distribution_dummy.cc base::string16 GoogleChromeDistribution::GetDistributionData(HKEY root_key) { root_key 153 chrome/installer/util/google_update_settings.cc HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; root_key 155 chrome/installer/util/google_update_settings.cc RegKey key(root_key, reg_path.c_str(), KEY_READ); root_key 273 chrome/installer/util/google_update_settings.cc HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; root_key 277 chrome/installer/util/google_update_settings.cc LONG result = key.Create(root_key, reg_path.c_str(), KEY_SET_VALUE); root_key 687 chrome/installer/util/google_update_settings.cc const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; root_key 691 chrome/installer/util/google_update_settings.cc if (update_key.Open(root_key, google_update::kRegPathGoogleUpdate, root_key 700 chrome/installer/util/google_update_settings.cc const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; root_key 704 chrome/installer/util/google_update_settings.cc if (key.Open(root_key, root_key 717 chrome/installer/util/google_update_settings.cc const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; root_key 720 chrome/installer/util/google_update_settings.cc if (update_key.Open(root_key, google_update::kRegPathGoogleUpdate, root_key 734 chrome/installer/util/google_update_settings.cc const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; root_key 737 chrome/installer/util/google_update_settings.cc if (update_key.Open(root_key, google_update::kRegPathGoogleUpdate, root_key 757 chrome/installer/util/google_update_settings.cc const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; root_key 763 chrome/installer/util/google_update_settings.cc if (clientstate.Open(root_key, clientstate_reg_path.c_str(), root_key 976 chrome/installer/util/google_update_settings_unittest.cc static void MakeChromeMultiInstall(HKEY root_key); root_key 978 chrome/installer/util/google_update_settings_unittest.cc HKEY root_key, root_key 1020 chrome/installer/util/google_update_settings_unittest.cc const HKEY root_key = stats_state.root_key(); root_key 1023 chrome/installer/util/google_update_settings_unittest.cc override_manager_.OverrideRegistry(root_key, reg_temp_name); root_key 1026 chrome/installer/util/google_update_settings_unittest.cc MakeChromeMultiInstall(root_key); root_key 1027 chrome/installer/util/google_update_settings_unittest.cc ApplySetting(stats_state.state_value(), root_key, *binaries_state_key_); root_key 1028 chrome/installer/util/google_update_settings_unittest.cc ApplySetting(stats_state.state_medium_value(), root_key, root_key 1031 chrome/installer/util/google_update_settings_unittest.cc ApplySetting(stats_state.state_value(), root_key, *chrome_state_key_); root_key 1032 chrome/installer/util/google_update_settings_unittest.cc ApplySetting(stats_state.state_medium_value(), root_key, root_key 1039 chrome/installer/util/google_update_settings_unittest.cc void CollectStatsConsent::MakeChromeMultiInstall(HKEY root_key) { root_key 1042 chrome/installer/util/google_update_settings_unittest.cc RegKey(root_key, chrome_version_key_->c_str(), root_key 1047 chrome/installer/util/google_update_settings_unittest.cc RegKey(root_key, chrome_state_key_->c_str(), root_key 1054 chrome/installer/util/google_update_settings_unittest.cc HKEY root_key, root_key 1060 chrome/installer/util/google_update_settings_unittest.cc RegKey(root_key, reg_key.c_str(), root_key 1095 chrome/installer/util/google_update_settings_unittest.cc RegKey(GetParam().root_key(), reg_key.c_str(), root_key 56 chrome/installer/util/google_update_util.cc const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; root_key 59 chrome/installer/util/google_update_util.cc if (update_key.Open(root_key, kRegPathGoogleUpdate, KEY_QUERY_VALUE) == root_key 428 chrome/installer/util/install_util.cc bool InstallUtil::DeleteRegistryKey(HKEY root_key, root_key 431 chrome/installer/util/install_util.cc LONG result = ::SHDeleteKey(root_key, key_path.c_str()); root_key 460 chrome/installer/util/install_util.cc HKEY root_key, root_key 465 chrome/installer/util/install_util.cc DCHECK(root_key); root_key 469 chrome/installer/util/install_util.cc if (key.Open(root_key, key_to_test_path.c_str(), root_key 474 chrome/installer/util/install_util.cc delete_result = DeleteRegistryKey(root_key, key_to_delete_path) root_key 482 chrome/installer/util/install_util.cc HKEY root_key, root_key 486 chrome/installer/util/install_util.cc DCHECK(root_key); root_key 491 chrome/installer/util/install_util.cc if (key.Open(root_key, key_path, root_key 119 chrome/installer/util/install_util.h static bool DeleteRegistryKey(HKEY root_key, const base::string16& key_path); root_key 146 chrome/installer/util/install_util.h HKEY root_key, root_key 156 chrome/installer/util/install_util.h HKEY root_key, root_key 52 chrome/installer/util/installation_state.cc const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; root_key 59 chrome/installer/util/installation_state.cc if (key.Open(root_key, version_key.c_str(), root_key 85 chrome/installer/util/installation_state.cc if (key.Open(root_key, state_key.c_str(), root_key 127 chrome/installer/util/installation_state.cc key.Open(root_key, distribution->GetStateMediumKey().c_str(), root_key 134 chrome/installer/util/installer_state.h HKEY root_key() const { return root_key_; } root_key 351 chrome/installer/util/installer_state_unittest.cc EXPECT_EQ(root, installer_state.root_key()); root_key 90 chrome/installer/util/product_unittest.cc HKEY root = installer_state.root_key(); root_key 36 chrome/installer/util/registry_key_backup_unittest.cc EXPECT_TRUE(backup.WriteTo(test_data_.root_key(), destination_path_.c_str())); root_key 37 chrome/installer/util/registry_key_backup_unittest.cc EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(), root_key 47 chrome/installer/util/registry_key_backup_unittest.cc EXPECT_TRUE(backup.Initialize(test_data_.root_key(), root_key 49 chrome/installer/util/registry_key_backup_unittest.cc EXPECT_TRUE(backup.WriteTo(test_data_.root_key(), destination_path_.c_str())); root_key 50 chrome/installer/util/registry_key_backup_unittest.cc EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(), root_key 58 chrome/installer/util/registry_key_backup_unittest.cc EXPECT_TRUE(backup.Initialize(test_data_.root_key(), root_key 60 chrome/installer/util/registry_key_backup_unittest.cc EXPECT_TRUE(backup.WriteTo(test_data_.root_key(), destination_path_.c_str())); root_key 61 chrome/installer/util/registry_key_backup_unittest.cc test_data_.ExpectMatchesNonEmptyKey(test_data_.root_key(), root_key 71 chrome/installer/util/registry_key_backup_unittest.cc EXPECT_TRUE(backup.Initialize(test_data_.root_key(), root_key 74 chrome/installer/util/registry_key_backup_unittest.cc EXPECT_TRUE(other_backup.WriteTo(test_data_.root_key(), root_key 79 chrome/installer/util/registry_key_backup_unittest.cc RegKey(test_data_.root_key(), L"", KEY_QUERY_VALUE) root_key 81 chrome/installer/util/registry_key_backup_unittest.cc EXPECT_TRUE(backup.WriteTo(test_data_.root_key(), root_key 83 chrome/installer/util/registry_key_backup_unittest.cc EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(), root_key 22 chrome/installer/util/registry_test_data.cc bool RegistryTestData::DeleteKey(HKEY root_key, const wchar_t* path) { root_key 24 chrome/installer/util/registry_test_data.cc if (root_key != NULL && path != NULL && *path != L'\0') { root_key 25 chrome/installer/util/registry_test_data.cc result = RegKey(root_key, L"", KEY_QUERY_VALUE).DeleteKey(path); root_key 47 chrome/installer/util/registry_test_data.cc bool RegistryTestData::Initialize(HKEY root_key, const wchar_t* base_path) { root_key 53 chrome/installer/util/registry_test_data.cc if (DeleteKey(root_key, base_path)) { root_key 55 chrome/installer/util/registry_test_data.cc root_key_ = root_key; root_key 83 chrome/installer/util/registry_test_data.cc void RegistryTestData::ExpectMatchesNonEmptyKey(HKEY root_key, root_key 87 chrome/installer/util/registry_test_data.cc EXPECT_EQ(ERROR_SUCCESS, key.Open(root_key, path, KEY_READ)); root_key 98 chrome/installer/util/registry_test_data.cc void RegistryTestData::ExpectEmptyKey(HKEY root_key, const wchar_t* path) { root_key 102 chrome/installer/util/registry_test_data.cc EXPECT_EQ(ERROR_SUCCESS, key.Open(root_key, path, KEY_READ)); root_key 29 chrome/installer/util/registry_test_data.h bool Initialize(HKEY root_key, const wchar_t* base_path); root_key 36 chrome/installer/util/registry_test_data.h void ExpectMatchesNonEmptyKey(HKEY root_key, const wchar_t* path); root_key 38 chrome/installer/util/registry_test_data.h HKEY root_key() const { return root_key_; } root_key 45 chrome/installer/util/registry_test_data.h static void ExpectEmptyKey(HKEY root_key, const wchar_t* path); root_key 48 chrome/installer/util/registry_test_data.h static bool DeleteKey(HKEY root_key, const wchar_t* path); root_key 1012 chrome/installer/util/shell_util.cc HKEY root_key = DetermineRegistrationRoot(is_per_user_install); root_key 1023 chrome/installer/util/shell_util.cc InstallUtil::DeleteRegistryKey(root_key, run_verb_key); root_key 1114 chrome/installer/util/shell_util.cc const HKEY root_key = HKEY_CLASSES_ROOT; root_key 1124 chrome/installer/util/shell_util.cc if ((key.Open(root_key, key_path.c_str(), root_key 97 content/common/plugin_list_win.cc HKEY root_key, root_key 100 content/common/plugin_list_win.cc for (base::win::RegistryKeyIterator iter(root_key, registry_folder.c_str()); root_key 106 content/common/plugin_list_win.cc base::win::RegKey key(root_key, reg_path.c_str(), KEY_READ); root_key 136 rlz/win/lib/rlz_value_store_registry.cc bool DeleteKeyIfEmpty(HKEY root_key, const wchar_t* key_name) { root_key 141 rlz/win/lib/rlz_value_store_registry.cc base::win::RegKey key(root_key, key_name, KEY_READ); root_key 145 rlz/win/lib/rlz_value_store_registry.cc base::win::RegistryKeyIterator key_iter(root_key, key_name); root_key 149 rlz/win/lib/rlz_value_store_registry.cc base::win::RegistryValueIterator value_iter(root_key, key_name); root_key 155 rlz/win/lib/rlz_value_store_registry.cc base::win::RegKey key(root_key, L"", KEY_WRITE);