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 48 bool IsGoogleUpdatePresent(bool system_install) {
50 return GoogleUpdateSettings::GetGoogleUpdateVersion(system_install).IsValid();
55 base::FilePath GetGoogleUpdateSetupExe(bool system_install) {
56 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
215 bool UninstallGoogleUpdate(bool system_install) {
218 GoogleUpdateSettings::GetUninstallCommandLine(system_install));
236 const bool system_install = !InstallUtil::IsPerUserInstall( local
238 if (!product_state.Initialize(system_install, dist))
251 if (system_install)
installation_validator.h 172 system_install(system_install_in),
180 bool system_install; member in struct:installer::InstallationValidator::ProductContext
225 bool system_install,
252 bool system_install,
installer_state_unittest.cc 345 EXPECT_EQ(system_level, installer_state.system_install());
452 const bool system_install = false; local
456 machine_state.AddChrome(system_install, false,
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 69 // If this is a |system_install|, then update the value under HKLM (istead of
73 bool system_install,
79 if (system_install) {
133 bool GetChromeChannelInternal(bool system_install,
147 ignore_result(state.Initialize(system_install, dist));
153 HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
209 bool system_install = false; local
215 system_install = !InstallUtil::IsPerUserInstall(module_dir.value().c_str());
217 return system_install;
229 bool GoogleUpdateSettings::GetCollectStatsConsentAtLevel(bool system_install) {
525 bool system_install = IsSystemInstall(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 132 bool system_install = local
142 InstallUtil::IsMultiInstall(chrome_binaries_dist, system_install)) {
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.cc 161 bool system_install = IsSystemInstall(); local
166 InstallUtil::GetChromeVersion(dist, system_install, &installed_version);
168 InstallUtil::GetCriticalUpdateVersion(dist, system_install,
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 108 installer_state.system_install(),
118 installer_state.system_install(),
303 installer_state.system_install(),
335 installer_state.system_install(),
450 if (installer_state.system_install()) {
874 const bool system_install = installer_state.system_install(); local
930 const bool system_install = installer_state.system_install(); local
994 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
1404 const bool system_install = installer_state.system_install(); local
1718 bool system_install = false; local
    [all...]

Completed in 126 milliseconds