HomeSort by relevance Sort by last modified time
    Searched refs:InstallUtil (Results 1 - 25 of 43) sorted by null

1 2

  /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 25 class MockRegistryValuePredicate : public InstallUtil::RegistryValuePredicate {
46 InstallUtil::MakeUninstallCommand(param.first, param.second, &command_line);
59 std::wstring date(InstallUtil::GetCurrentDate());
87 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
102 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
117 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
138 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
154 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
169 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
196 EXPECT_EQ(InstallUtil::NOT_FOUND
    [all...]
delete_reg_key_work_item.cc 47 if (!InstallUtil::DeleteRegistryKey(
64 InstallUtil::DeleteRegistryKey(predefined_root_,
install_util.cc 131 base::string16 InstallUtil::GetActiveSetupPath(BrowserDistribution* dist) {
137 void InstallUtil::TriggerActiveSetupCommand() {
163 bool InstallUtil::ExecuteExeAsAdmin(const CommandLine& cmd, DWORD* exit_code) {
209 CommandLine InstallUtil::GetChromeUninstallCmd(
218 void InstallUtil::GetChromeVersion(BrowserDistribution* dist,
244 void InstallUtil::GetCriticalUpdateVersion(BrowserDistribution* dist,
271 bool InstallUtil::IsOSSupported() {
281 void InstallUtil::AddInstallerResultItems(
324 void InstallUtil::UpdateInstallerStage(bool system_install,
364 bool InstallUtil::IsPerUserInstall(const wchar_t* const exe_path)
    [all...]
google_chrome_binaries_distribution.cc 40 archive_type, InstallUtil::GetInstallReturnCode(install_status),
eula_util.cc 24 return InstallUtil::GetEULASentinelFilePath(&eula_sentinel) &&
78 if (InstallUtil::IsFirstRunSentinelPresent() || IsEULAAcceptanceFlagged(dist))
firewall_manager_win.cc 49 if (InstallUtil::IsChromeSxSProcess())
57 if (InstallUtil::IsChromeSxSProcess())
install_util.h 33 class InstallUtil {
211 DISALLOW_COPY_AND_ASSIGN(InstallUtil);
chrome_app_host_distribution.cc 127 InstallUtil::GetInstallReturnCode(install_status),
chrome_frame_distribution.cc 131 archive_type, InstallUtil::GetInstallReturnCode(install_status),
google_update_settings.cc 213 system_install = !InstallUtil::IsPerUserInstall(module_dir.value().c_str());
231 if (InstallUtil::IsMultiInstall(dist, system_install)) {
275 if (InstallUtil::IsMultiInstall(dist, system_install)) {
448 if (InstallUtil::IsMultiInstall(dist, system_level))
648 if (InstallUtil::IsChromeSxSProcess())
674 if (!InstallUtil::IsChromeSxSProcess()) {
749 const bool is_multi_install = InstallUtil::IsMultiInstall(
    [all...]
chrome_browser_operations.cc 132 InstallUtil::IsPerUserInstall(target_exe.value().c_str());
google_update_util.cc 158 const bool system_install = !InstallUtil::IsPerUserInstall(
product.cc 34 operations_.reset(InstallUtil::IsChromeSxSProcess() ?
  /external/chromium_org/chrome/common/
chrome_version_info_win.cc 25 !InstallUtil::IsPerUserInstall(module.value().c_str());
48 !InstallUtil::IsPerUserInstall(module.value().c_str());
  /external/chromium_org/chrome/browser/
app_icon_win.cc 22 if (InstallUtil::IsChromeSxSProcess())
upgrade_detector_impl.cc 125 return !InstallUtil::IsPerUserInstall(exe_path.value().c_str());
162 InstallUtil::GetChromeVersion(dist, system_install, &installed_version);
164 InstallUtil::GetCriticalUpdateVersion(dist, system_install,
  /external/chromium_org/chrome/browser/google/
did_run_updater_win.cc 20 system_level_ = !InstallUtil::IsPerUserInstall(exe_path.value().c_str());
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_win.cc 91 if (!InstallUtil::GetEULASentinelFilePath(&eula_sentinel) ||
112 return InstallUtil::GetEULASentinelFilePath(&eula_sentinel) &&
132 } else if (!InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) {
135 base::Bind(&InstallUtil::TriggerActiveSetupCommand),
149 InstallUtil::IsPerUserInstall(exe_path.value().c_str())) {
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 683 InstallUtil::ValueEquals prog_id_pred(prog_id);
687 if (InstallUtil::DeleteRegistryValueIf(
689 NULL, prog_id_pred) == InstallUtil::DELETED) {
762 InstallUtil::GetActiveSetupPath(distribution));
763 InstallUtil::DeleteRegistryKey(HKEY_LOCAL_MACHINE, active_setup_path,
    [all...]
setup_main.cc 729 InstallUtil::TriggerActiveSetupCommand();
    [all...]
  /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 35 InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()));
  /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 97 InstallUtil::GetChromeVersion(dist, false, &installed_version_);
100 InstallUtil::GetChromeVersion(dist, true, &installed_version_);

Completed in 349 milliseconds

1 2