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/setup/
H A Dinstall_worker.cc385 HKEY reg_root = installer_state.root_key(); local
389 reg_root, uninstall_reg);
632 HKEY reg_root = installer_state.root_key(); local
654 install_list->AddCreateRegKeyWorkItem(reg_root, update_state_key);
655 install_list->AddSetRegValueWorkItem(reg_root, update_state_key,
657 install_list->AddSetRegValueWorkItem(reg_root, update_state_key,
669 install_list->AddCreateRegKeyWorkItem(reg_root, uninstall_reg);
670 install_list->AddSetRegValueWorkItem(reg_root, uninstall_reg,
673 install_list->AddSetRegValueWorkItem(reg_root,
676 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(),
1143 HKEY reg_root = installer_state.root_key(); local
1147 string16 distribution_data(browser_dist->GetDistributionData(reg_root));
1151 InstallUtil::DeleteRegistryKey(reg_root,
1156 InstallUtil::DeleteRegistryKey(reg_root, browser_dist->GetVersionKey());
1246 InstallUtil::DeleteRegistryKey(reg_root,
H A Dsetup_main.cc259 HKEY reg_root = installer_state->root_key(); local
265 reg_root, version_key, google_update::kRegOldVersionField);
267 reg_root, version_key, google_update::kRegCriticalVersionField);
269 reg_root, version_key, google_update::kRegRenameCmdField);
/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 Dinstall_util.cc220 HKEY reg_root = (system_install) ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
221 LONG result = key.Open(reg_root, dist->GetVersionKey().c_str(),
245 HKEY reg_root = (system_install) ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
247 key.Open(reg_root, dist->GetVersionKey().c_str(), KEY_QUERY_VALUE);
455 bool InstallUtil::DeleteRegistryValue(HKEY reg_root, argument
459 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.cc420 HKEY reg_root = (system_install) ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
427 LONG result = key.Open(reg_root, reg_key.c_str(),
439 result = key.Open(reg_root, google_update::kRegPathClientState,
723 HKEY reg_root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
733 reg_root, client_state_path.c_str(), KEY_SET_VALUE);
749 HKEY reg_root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
762 client_state.Open(reg_root, client_state_path.c_str(), KEY_QUERY_VALUE);
H A Dgoogle_update_settings_unittest.cc175 HKEY reg_root = HKEY_CURRENT_USER; local
177 work_item_list->AddCreateRegKeyWorkItem(reg_root, reg_key);
178 work_item_list->AddSetRegValueWorkItem(reg_root, reg_key,
414 HKEY reg_root = HKEY_CURRENT_USER; local
419 work_item_list->AddCreateRegKeyWorkItem(reg_root, reg_key);
H A Dshell_util.cc702 HKEY reg_root = InstallUtil::IsPerUserInstall(chrome_exe.c_str()) ? local
704 RegKey key(reg_root, dist->GetUninstallRegPath().c_str(), KEY_READ);
/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util_win.cc223 HKEY reg_root = user_install ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE; local
226 if (key.Open(reg_root, dist->GetVersionKey().c_str(),

Completed in 1456 milliseconds