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

12

/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_util.h21 bool UninstallGoogleUpdate(bool system_install);
H A Dhelper.h22 // system_install: if true, the function returns system wide location
25 base::FilePath GetChromeInstallPath(bool system_install,
31 BrowserDistribution* GetBinariesDistribution(bool system_install);
35 std::wstring GetAppGuidForUpdates(bool system_install);
H A Dhelper.cc17 base::FilePath GetChromeInstallPath(bool system_install, argument
24 system_install ? base::DIR_PROGRAM_FILESX86 : base::DIR_LOCAL_APP_DATA;
26 int key = system_install ? base::DIR_PROGRAM_FILES : base::DIR_LOCAL_APP_DATA;
35 BrowserDistribution* GetBinariesDistribution(bool system_install) { argument
43 if (state.Initialize(system_install, dist) && state.is_multi_install()) {
51 std::wstring GetAppGuidForUpdates(bool system_install) { argument
52 return GetBinariesDistribution(system_install)->GetAppGuid();
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 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_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_chrome_binaries_distribution.h18 virtual void UpdateInstallStatus(bool system_install,
H A Dinstallation_state.h38 bool Initialize(bool system_install,
40 bool Initialize(bool system_install,
139 const ProductState* GetProductState(bool system_install,
150 bool system_install, BrowserDistribution::Type type) const;
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 Dinstall_util.h47 // If system_install is true the command is read from HKLM, otherwise
50 bool system_install,
56 // system_install: if true, looks for version number under the HKLM root,
59 bool system_install,
66 // system_install: if true, looks for version number under the HKLM root,
69 bool system_install,
80 static void AddInstallerResultItems(bool system_install,
90 static void UpdateInstallerStage(bool system_install,
101 static bool IsMultiInstall(BrowserDistribution* dist, bool system_install);
H A Dinstallation_state.cc28 bool ProductState::Initialize(bool system_install, argument
30 return Initialize(system_install,
49 bool ProductState::Initialize(bool system_install, argument
54 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
126 if (system_install &&
264 bool system_install,
266 const ProductState& product_state = (system_install ? system_products_ :
272 bool system_install,
275 GetNonVersionedProductState(system_install, type);
263 GetNonVersionedProductState( bool system_install, BrowserDistribution::Type type) const argument
271 GetProductState( bool system_install, BrowserDistribution::Type type) const argument
H A Dchrome_app_host_distribution.cc120 void ChromeAppHostDistribution::UpdateInstallStatus(bool system_install, argument
125 system_install,
H A Dchrome_frame_distribution.cc126 void ChromeFrameDistribution::UpdateInstallStatus(bool system_install, argument
130 GoogleUpdateSettings::UpdateInstallStatus(system_install,
H A Dinstaller_state.cc183 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...]
H A Dinstall_util.cc210 bool system_install, BrowserDistribution::Type distribution_type) {
212 if (state.Initialize(system_install, distribution_type)) {
219 bool system_install,
223 HKEY reg_root = (system_install) ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
245 bool system_install,
249 HKEY reg_root = (system_install) ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
282 bool system_install,
289 const HKEY root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
324 void InstallUtil::UpdateInstallerStage(bool system_install, argument
329 const HKEY root = system_install
209 GetChromeUninstallCmd( bool system_install, BrowserDistribution::Type distribution_type) argument
218 GetChromeVersion(BrowserDistribution* dist, bool system_install, Version* version) argument
244 GetCriticalUpdateVersion(BrowserDistribution* dist, bool system_install, Version* version) argument
281 AddInstallerResultItems( bool system_install, const base::string16& state_key, installer::InstallStatus status, int string_resource_id, const base::string16* const launch_cmd, WorkItemList* install_list) argument
375 IsMultiInstall(BrowserDistribution* dist, bool system_install) argument
[all...]
H A Dchrome_app_host_distribution.h54 virtual void UpdateInstallStatus(bool system_install,
H A Dchrome_frame_distribution.h53 virtual void UpdateInstallStatus(bool system_install,
H A Dinstallation_validator.h172 system_install(system_install_in),
180 bool system_install; member in struct:installer::InstallationValidator::ProductContext
213 bool system_install,
240 bool system_install,
H A Dinstallation_validator.cc219 ctx.system_install));
249 ctx.system_install));
338 ctx.system_install, BrowserDistribution::CHROME_BINARIES);
355 bool system_install,
369 system_install, BrowserDistribution::CHROME_BROWSER);
384 system_install, BrowserDistribution::CHROME_FRAME);
400 system_install, BrowserDistribution::CHROME_APP_HOST);
440 ProductContext ctx(machine_state, system_install, binaries_state,
462 ctx.system_install, bins_dist);
515 ctx.system_install));
353 ValidateBinaries( const InstallationState& machine_state, bool system_install, const ProductState& binaries_state, bool* is_valid) argument
657 ValidateProduct( const InstallationState& machine_state, bool system_install, const ProductState& product_state, const ProductRules& rules, bool* is_valid) argument
[all...]
H A Dproduct.cc115 bool Product::SetMsiMarker(bool system_install, bool set) const { argument
116 HKEY reg_root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
/external/chromium_org/chrome_elf/
H A Dchrome_elf_util.cc34 bool ReadKeyValueString(bool system_install, const wchar_t* key_path, argument
44 if (::RegOpenKeyEx(system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER,
79 bool ReadKeyValueDW(bool system_install, const wchar_t* key_path, argument
89 if (::RegOpenKeyEx(system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER,
144 bool system_install = IsSystemInstall(exe_path);
150 app_guid = IsMultiInstall(system_install) ? kAppGuidGoogleBinaries :
155 if (system_install &&
156 ReadKeyValueDW(system_install, kRegPathClientStateMedium, app_guid,
161 return ReadKeyValueDW(system_install, kRegPathClientState, app_guid,
H A Dchrome_elf_util_unittest.cc102 void SetMultiInstallStateInRegistry(bool system_install, bool multi) { argument
104 system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER,
/external/chromium_org/chrome/installer/setup/
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 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...]

Completed in 223 milliseconds

12