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

  /external/chromium_org/chrome/installer/util/
google_update_util.cc 36 bool IsGoogleUpdatePresent(bool system_install) {
38 return GoogleUpdateSettings::GetGoogleUpdateVersion(system_install).IsValid();
43 base::FilePath GetGoogleUpdateSetupExe(bool system_install) {
44 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
137 bool UninstallGoogleUpdate(bool system_install) {
140 GoogleUpdateSettings::GetUninstallCommandLine(system_install));
158 const bool system_install = !InstallUtil::IsPerUserInstall( local
160 if (!product_state.Initialize(system_install, dist))
173 if (system_install)
installation_validator.h 172 system_install(system_install_in),
180 bool system_install; member in struct:installer::InstallationValidator::ProductContext
213 bool system_install,
240 bool system_install,
installer_state_unittest.cc 346 EXPECT_EQ(system_level, installer_state.system_install());
453 const bool system_install = false; local
457 machine_state.AddChrome(system_install, false,
    [all...]
installer_state.cc 183 system_install(), conditional_additions[i].type);
208 machine_state.GetProductState(system_install(), type);
250 machine_state.GetProductState(system_install(),
343 return GetChromeInstallPath(system_install(), dist);
345 return GetChromeInstallPath(system_install(),
447 system_install(), distribution_type);
474 bool InstallerState::system_install() const { function in class:installer::InstallerState
730 InstallUtil::UpdateInstallerStage(system_install(), state_key_, stage);
813 const bool system_install = this->system_install(); local
    [all...]
google_update_settings.cc 68 // If this is a |system_install|, then update the value under HKLM (istead of
72 bool system_install,
77 if (system_install) {
131 bool GetChromeChannelInternal(bool system_install,
145 ignore_result(state.Initialize(system_install, dist));
151 HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
207 bool system_install = false; local
213 system_install = !InstallUtil::IsPerUserInstall(module_dir.value().c_str());
215 return system_install;
227 bool GoogleUpdateSettings::GetCollectStatsConsentAtLevel(bool system_install) {
550 bool system_install = IsSystemInstall(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 138 bool system_install = local
148 InstallUtil::IsMultiInstall(chrome_binaries_dist, system_install)) {
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.cc 157 bool system_install = IsSystemInstall(); local
162 InstallUtil::GetChromeVersion(dist, system_install, &installed_version);
164 InstallUtil::GetCriticalUpdateVersion(dist, system_install,
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 112 installer_state.system_install(),
122 installer_state.system_install(),
292 installer_state.system_install(),
324 installer_state.system_install(),
446 if (installer_state.system_install()) {
867 const bool system_install = installer_state.system_install(); local
923 const bool system_install = installer_state.system_install(); local
987 const bool system_install = installer_state.system_install(); local
    [all...]
setup_main.cc 201 original_state.GetProductState(installer_state->system_install(),
317 const bool is_system_install = installer_state.system_install();
379 const bool system_level = installer_state->system_install();
491 if (installer_state->system_install()) {
540 if (!installer_state->system_install()) {
652 original_state.GetProductState(installer_state.system_install(),
689 !installer_state.system_install()) {
786 const bool system_install = installer_state->system_install(); local
1395 const bool system_install = installer_state.system_install(); local
1699 bool system_install = false; local
    [all...]

Completed in 195 milliseconds