HomeSort by relevance Sort by last modified time
    Searched defs:reg_root (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/first_run/
upgrade_util_win.cc 91 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/
product.cc 120 HKEY reg_root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
122 LONG result = client_state_key.Open(reg_root,
google_update_settings.cc 420 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);
google_update_settings_unittest.cc 175 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);
    [all...]
install_util.cc 220 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,
459 LONG result = key.Open(reg_root, key_path.c_str(), KEY_SET_VALUE);
shell_util.cc 702 HKEY reg_root = InstallUtil::IsPerUserInstall(chrome_exe.c_str()) ? local
704 RegKey key(reg_root, dist->GetUninstallRegPath().c_str(), KEY_READ);
    [all...]
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_win.cc 223 HKEY reg_root = user_install ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE; local
226 if (key.Open(reg_root, dist->GetVersionKey().c_str(),
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 385 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...]
uninstall.cc 88 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
    [all...]
setup_main.cc 259 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);
    [all...]

Completed in 326 milliseconds