Searched refs:reg_root (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/first_run/
H A Dupgrade_util_win.cc91 HKEY reg_root = user_install ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE; local
95 if ((key.Open(reg_root, dist->GetVersionKey().c_str(),
/external/chromium_org/chrome/installer/util/
H A Dproduct.cc120 HKEY reg_root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
122 LONG result = client_state_key.Open(reg_root,
H A Dgoogle_update_settings.cc379 HKEY reg_root = (system_install) ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
386 LONG result = key.Open(reg_root, reg_key.c_str(),
398 result = key.Open(reg_root, google_update::kRegPathClientState,
652 HKEY reg_root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
662 reg_root, client_state_path.c_str(), KEY_SET_VALUE);
678 HKEY reg_root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
691 client_state.Open(reg_root, client_state_path.c_str(), KEY_QUERY_VALUE);
H A Dinstall_util.cc216 HKEY reg_root = (system_install) ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
217 LONG result = key.Open(reg_root, dist->GetVersionKey().c_str(),
241 HKEY reg_root = (system_install) ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
243 key.Open(reg_root, dist->GetVersionKey().c_str(), KEY_QUERY_VALUE);
435 bool InstallUtil::DeleteRegistryValue(HKEY reg_root, argument
439 LONG result = key.Open(reg_root, key_path.c_str(), KEY_SET_VALUE);
H A Dinstall_util.h119 // given by reg_root.
120 static bool DeleteRegistryValue(HKEY reg_root, const string16& key_path,
H A Dgoogle_update_settings_unittest.cc174 HKEY reg_root = HKEY_CURRENT_USER; local
176 work_item_list->AddCreateRegKeyWorkItem(reg_root, reg_key);
177 work_item_list->AddSetRegValueWorkItem(reg_root, reg_key,
413 HKEY reg_root = HKEY_CURRENT_USER; local
418 work_item_list->AddCreateRegKeyWorkItem(reg_root, reg_key);
H A Dshell_util.cc696 HKEY reg_root = InstallUtil::IsPerUserInstall(chrome_exe.c_str()) ? local
698 RegKey key(reg_root, dist->GetUninstallRegPath().c_str(), KEY_READ);
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker.cc422 HKEY reg_root = installer_state.root_key(); local
426 reg_root, uninstall_reg);
674 HKEY reg_root = installer_state.root_key(); local
708 install_list->AddCreateRegKeyWorkItem(reg_root, update_state_key);
709 install_list->AddSetRegValueWorkItem(reg_root, update_state_key,
711 install_list->AddSetRegValueWorkItem(reg_root, update_state_key,
723 install_list->AddCreateRegKeyWorkItem(reg_root, uninstall_reg);
724 install_list->AddSetRegValueWorkItem(reg_root, uninstall_reg,
727 install_list->AddSetRegValueWorkItem(reg_root,
730 install_list->AddSetRegValueWorkItem(reg_root,
[all...]
H A Duninstall.cc88 const HKEY reg_root = installer_state.root_key(); local
99 update_list->AddSetRegValueWorkItem(reg_root, other_dist->GetStateKey(),
1148 HKEY reg_root = installer_state.root_key(); local
1152 string16 distribution_data(browser_dist->GetDistributionData(reg_root));
1156 InstallUtil::DeleteRegistryKey(reg_root,
1161 InstallUtil::DeleteRegistryKey(reg_root, browser_dist->GetVersionKey());
1248 InstallUtil::DeleteRegistryKey(reg_root,
H A Dsetup_main.cc267 HKEY reg_root = installer_state->root_key(); local
273 reg_root, version_key, google_update::kRegOldVersionField);
275 reg_root, version_key, google_update::kRegCriticalVersionField);
277 reg_root, version_key, google_update::kRegRenameCmdField);
/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util_win.cc194 HKEY reg_root = user_install ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE; local
197 if (key.Open(reg_root, dist->GetVersionKey().c_str(),

Completed in 418 milliseconds