Searched refs:system_install (Results 1 - 25 of 40) sorted by path

12

/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc138 bool system_install = local
148 InstallUtil::IsMultiInstall(chrome_binaries_dist, system_install)) {
/external/chromium_org/chrome/browser/
H A Dupgrade_detector_impl.cc157 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/
H A Dinstall.cc252 ShellUtil::ShellChange shortcut_level = installer_state.system_install() ?
268 original_state.GetProductState(installer_state.system_install(),
478 if (installer_state.system_install())
538 DCHECK(!installer_state.system_install());
563 InstallShortcutLevel install_level = installer_state.system_install() ?
570 !original_state.GetProductState(installer_state.system_install(),
647 InstallShortcutLevel level = installer_state.system_install() ?
H A Dinstall_worker.cc112 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
868 if (!original_state.GetProductState(system_install,
888 original_state.GetNonVersionedProductState(system_install, source_type);
923 const bool system_install local
987 const bool system_install = installer_state.system_install(); local
[all...]
H A Dinstall_worker_unittest.cc134 void SetProductState(bool system_install, argument
137 ProductState& target = (system_install ? system_products_ :
294 bool system_install,
300 InstallerState::Level level = system_install ?
325 machine_state.GetProductState(installer_state->system_install(),
345 machine_state.GetProductState(installer_state->system_install(),
367 machine_state.GetProductState(installer_state->system_install(),
384 bool system_install,
389 BuildBasicInstallerState(system_install, multi_install, machine_state,
395 machine_state.GetProductState(system_install,
293 BuildBasicInstallerState( bool system_install, bool multi_install, const InstallationState& machine_state, InstallerState::Operation operation) argument
383 BuildChromeInstallerState( bool system_install, bool multi_install, const InstallationState& machine_state, InstallerState::Operation operation) argument
404 BuildChromeFrameInstallerState( bool system_install, bool multi_install, const InstallationState& machine_state, InstallerState::Operation operation) argument
[all...]
H A Dsetup_main.cc201 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()) {
737 google_update::UninstallGoogleUpdate(installer_state.system_install());
759 original_state.GetProductState(installer_state.system_install(),
786 const bool system_install local
1286 InitializeCrashReporting( bool system_install) argument
1395 const bool system_install = installer_state.system_install(); local
1699 bool system_install = false; local
[all...]
H A Dsetup_util.cc177 original_state.GetProductState(installer_state.system_install(),
256 bool system_install,
262 original_state.GetProductState(system_install,
268 original_state.GetProductState(system_install,
325 machine_state.GetProductState(installer_state.system_install(), type);
254 GetExistingHigherInstaller( const InstallationState& original_state, bool system_install, const Version& installer_version, base::FilePath* setup_exe) argument
H A Dsetup_util.h71 bool system_install,
H A Duninstall.cc86 const bool system_level = installer_state.system_install();
124 const bool system_level = installer_state.system_install();
210 installer_state.system_install(), dist_type);
316 if (installer_state.system_install()) {
347 ShellUtil::ShellChange install_level = installer_state.system_install() ?
679 if (installer_state.system_install() ||
753 if (!product.is_chrome() || !installer_state.system_install()) {
755 installer_state.system_install() ? "system" : "user";
1170 !installer_state.system_install()) {
1208 product.SetMsiMarker(installer_state.system_install(), fals
[all...]
/external/chromium_org/chrome/installer/util/
H A Dbrowser_distribution.cc290 void BrowserDistribution::UpdateInstallStatus(bool system_install, argument
H A Dbrowser_distribution.h156 virtual void UpdateInstallStatus(bool system_install,
H A Dchrome_app_host_distribution.cc120 void ChromeAppHostDistribution::UpdateInstallStatus(bool system_install, argument
125 system_install,
H A Dchrome_app_host_distribution.h54 virtual void UpdateInstallStatus(bool system_install,
H A Dchrome_frame_distribution.cc126 void ChromeFrameDistribution::UpdateInstallStatus(bool system_install, argument
130 GoogleUpdateSettings::UpdateInstallStatus(system_install,
H A Dchrome_frame_distribution.h53 virtual void UpdateInstallStatus(bool system_install,
H A Dfake_installation_state.h21 void AddChrome(bool system_install, bool multi_install, Version* version) { argument
26 GetChromeInstallPath(system_install,
39 SetProductState(system_install, BrowserDistribution::CHROME_BROWSER,
43 void SetProductState(bool system_install, argument
46 ProductState& target = GetProducts(system_install)[IndexFromDistType(type)];
51 ProductState* GetProducts(bool system_install) { argument
52 return system_install ? system_products_ : user_products_;
H A Dgoogle_chrome_binaries_distribution.cc36 void GoogleChromeBinariesDistribution::UpdateInstallStatus(bool system_install, argument
39 GoogleUpdateSettings::UpdateInstallStatus(system_install,
H A Dgoogle_chrome_binaries_distribution.h18 virtual void UpdateInstallStatus(bool system_install,
H A Dgoogle_chrome_distribution.cc270 void GoogleChromeDistribution::UpdateInstallStatus(bool system_install, argument
273 GoogleUpdateSettings::UpdateInstallStatus(system_install,
H A Dgoogle_chrome_distribution.h78 bool system_install,
H A Dgoogle_chrome_distribution_dummy.cc113 void GoogleChromeDistribution::UpdateInstallStatus(bool system_install, argument
H A Dgoogle_update_settings.cc68 // 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, argument
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) { argument
71 WriteGoogleUpdateStrKeyInternal(const AppRegistrationData& app_reg_data, bool system_install, const wchar_t* const name, const base::string16& value, const wchar_t* const aggregate) argument
267 SetCollectStatsConsentAtLevel(bool system_install, bool consented) argument
453 GetChromeChannel(bool system_install) argument
459 GetChromeChannelAndModifiers( bool system_install, base::string16* channel) argument
465 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, int install_return_code, const base::string16& product_guid) argument
550 bool system_install = IsSystemInstall(); local
764 GetUninstallCommandLine( bool system_install) argument
778 GetGoogleUpdateVersion(bool system_install) argument
794 GetGoogleUpdateLastStartedAU( bool system_install) argument
812 GetGoogleUpdateLastChecked( bool system_install) argument
830 GetUpdateDetailForApp(bool system_install, const wchar_t* app_guid, ProductData* data) argument
881 GetUpdateDetailForGoogleUpdate(bool system_install, ProductData* data) argument
888 GetUpdateDetail(bool system_install, ProductData* data) argument
896 SetExperimentLabels( bool system_install, const base::string16& experiment_labels) argument
922 ReadExperimentLabels( bool system_install, base::string16* experiment_labels) argument
[all...]
H A Dgoogle_update_settings.h83 static bool GetCollectStatsConsentAtLevel(bool system_install);
87 static bool SetCollectStatsConsentAtLevel(bool system_install,
177 static base::string16 GetChromeChannel(bool system_install);
184 static bool GetChromeChannelAndModifiers(bool system_install,
197 static void UpdateInstallStatus(bool system_install,
270 static base::string16 GetUninstallCommandLine(bool system_install);
273 static Version GetGoogleUpdateVersion(bool system_install);
277 static base::Time GetGoogleUpdateLastStartedAU(bool system_install);
282 static base::Time GetGoogleUpdateLastChecked(bool system_install);
287 static bool GetUpdateDetailForApp(bool system_install,
[all...]
H A Dgoogle_update_util.cc36 bool IsGoogleUpdatePresent(bool system_install) { argument
38 return GoogleUpdateSettings::GetGoogleUpdateVersion(system_install).IsValid();
43 base::FilePath GetGoogleUpdateSetupExe(bool system_install) { argument
44 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
137 bool UninstallGoogleUpdate(bool system_install) { argument
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)
H A Dgoogle_update_util.h21 bool UninstallGoogleUpdate(bool system_install);

Completed in 817 milliseconds

12