/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_icon_win.cc | 13 if (InstallUtil::IsChromeSxSProcess())
|
/external/chromium_org/chrome/installer/util/ |
install_util_unittest.cc | 24 class MockRegistryValuePredicate : public InstallUtil::RegistryValuePredicate { 45 InstallUtil::MakeUninstallCommand(param.first, param.second, &command_line); 58 std::wstring date(InstallUtil::GetCurrentDate()); 86 InstallUtil::UpdateInstallerStage(system_level, state_key_path, 101 InstallUtil::UpdateInstallerStage(system_level, state_key_path, 116 InstallUtil::UpdateInstallerStage(system_level, state_key_path, 137 InstallUtil::UpdateInstallerStage(system_level, state_key_path, 153 InstallUtil::UpdateInstallerStage(system_level, state_key_path, 168 InstallUtil::UpdateInstallerStage(system_level, state_key_path, 195 EXPECT_EQ(InstallUtil::NOT_FOUND [all...] |
install_util.cc | 128 string16 InstallUtil::GetActiveSetupPath(BrowserDistribution* dist) { 134 void InstallUtil::TriggerActiveSetupCommand() { 160 bool InstallUtil::ExecuteExeAsAdmin(const CommandLine& cmd, DWORD* exit_code) { 206 CommandLine InstallUtil::GetChromeUninstallCmd( 215 void InstallUtil::GetChromeVersion(BrowserDistribution* dist, 240 void InstallUtil::GetCriticalUpdateVersion(BrowserDistribution* dist, 266 bool InstallUtil::IsOSSupported() { 276 void InstallUtil::AddInstallerResultItems(bool system_install, 303 void InstallUtil::UpdateInstallerStage(bool system_install, 341 bool InstallUtil::IsPerUserInstall(const wchar_t* const exe_path) [all...] |
google_chrome_binaries_distribution.cc | 60 archive_type, InstallUtil::GetInstallReturnCode(install_status),
|
eula_util.cc | 26 return InstallUtil::GetSentinelFilePath(chrome::kFirstRunSentinel, 37 return InstallUtil::GetSentinelFilePath(kEULASentinelFile,
|
install_util.h | 32 class InstallUtil { 207 DISALLOW_COPY_AND_ASSIGN(InstallUtil);
|
chrome_frame_distribution.cc | 153 archive_type, InstallUtil::GetInstallReturnCode(install_status),
|
chrome_app_host_distribution.cc | 156 archive_type, InstallUtil::GetInstallReturnCode(install_status),
|
/external/chromium_org/chrome/common/ |
chrome_version_info_win.cc | 24 !InstallUtil::IsPerUserInstall(module.value().c_str()); 47 !InstallUtil::IsPerUserInstall(module.value().c_str());
|
/external/chromium_org/chrome/browser/ |
app_icon_win.cc | 22 if (InstallUtil::IsChromeSxSProcess())
|
upgrade_detector_impl.cc | 109 return !InstallUtil::IsPerUserInstall(exe_path.value().c_str()); 233 InstallUtil::GetChromeVersion(dist, system_install, &installed_version); 236 InstallUtil::GetCriticalUpdateVersion(dist, system_install,
|
shell_integration_win.cc | 356 dist, InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())), 392 InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()); 513 InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()) ? 1 : 0;
|
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_registry_syncer_win.cc | 50 !InstallUtil::IsPerUserInstall(chrome_exe.value().c_str());
|
/external/chromium_org/chrome/browser/metro_utils/ |
metro_chrome_win.cc | 30 InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()));
|
/external/chromium_org/chrome/installer/setup/ |
uninstall.cc | 693 InstallUtil::ValueEquals prog_id_pred(prog_id); 697 if (InstallUtil::DeleteRegistryValueIf( 699 prog_id_pred) == InstallUtil::DELETED) { 761 InstallUtil::DeleteRegistryKey(root, reg_prog_id); 769 InstallUtil::DeleteRegistryKey(root, reg_app_id); 774 InstallUtil::ProgramCompare open_command_pred(chrome_exe); 785 if (InstallUtil::DeleteRegistryKeyIf(root, client_key, open_key, NULL, 786 open_command_pred) != InstallUtil::NOT_FOUND) { 789 InstallUtil::DeleteRegistryValueIf( 791 InstallUtil::ValueEquals(client_name)) [all...] |
setup_main.cc | 692 InstallUtil::GetSentinelFilePath( [all...] |
/external/chromium_org/chrome/browser/first_run/ |
first_run_internal_win.cc | 93 if (InstallUtil::IsPerUserInstall(exe_path.value().c_str())) 158 } else if (!InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) { 161 base::Bind(&InstallUtil::TriggerActiveSetupCommand),
|
/external/chromium/chrome/browser/ |
upgrade_detector.cc | 96 installed_version.reset(InstallUtil::GetChromeVersion(dist, false)); 99 installed_version.reset(InstallUtil::GetChromeVersion(dist, true));
|
browser_main_win.cc | 92 !InstallUtil::IsPerUserInstall(module_dir.value().c_str()); 284 scoped_ptr<Version> version(InstallUtil::GetChromeVersion(dist, true)); 297 InstallUtil::GetChromeUninstallCmd(false, dist->GetType()));
|
/external/chromium/chrome/browser/first_run/ |
upgrade_util_win.cc | 90 InstallUtil::IsPerUserInstall(cur_chrome_exe.value().c_str());
|
/external/chromium_org/chrome_frame/ |
chrome_frame_reporting.cc | 85 if (InstallUtil::IsPerUserInstall(dll_path)) {
|
/external/chromium_org/chrome/test/mini_installer_test/ |
installer_test_util.cc | 75 return InstallUtil::DeleteRegistryKey(root, key); 113 InstallUtil::GetChromeVersion(current_dist, system_level, &version); 258 CommandLine uninstall_cmd(InstallUtil::GetChromeUninstallCmd(system_level,
|
/external/chromium_org/chrome/app/ |
client_util.cc | 180 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); 185 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str());
|
/external/chromium_org/chrome/browser/ui/webui/help/ |
version_updater_win.cc | 99 InstallUtil::GetChromeVersion(dist, false, &installed_version_); 102 InstallUtil::GetChromeVersion(dist, true, &installed_version_);
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
app_list_service_win.cc | 176 !InstallUtil::IsPerUserInstall(exe_path.value().c_str()); 185 InstallUtil::IsMultiInstall(chrome_binaries_dist, system_install)) { 453 if (!InstallUtil::IsChromeSxSProcess() &&
|