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

1 2

  /external/chromium_org/chrome/installer/util/
helper.h 23 // system_install: if true, the function returns system wide location
26 base::FilePath GetChromeInstallPath(bool system_install, BrowserDistribution* dist);
42 BrowserDistribution* GetBinariesDistribution(bool system_install);
46 std::wstring GetAppGuidForUpdates(bool system_install);
fake_installation_state.h 21 void AddChrome(bool system_install, bool multi_install, Version* version) {
26 GetChromeInstallPath(system_install,
39 SetProductState(system_install, BrowserDistribution::CHROME_BROWSER,
43 void SetProductState(bool system_install,
46 ProductState& target = GetProducts(system_install)[IndexFromDistType(type)];
51 ProductState* GetProducts(bool system_install) {
52 return system_install ? system_products_ : user_products_;
google_update_util.h 23 bool UninstallGoogleUpdate(bool system_install);
google_update_settings.h 72 static bool GetCollectStatsConsentAtLevel(bool system_install);
76 static bool SetCollectStatsConsentAtLevel(bool system_install,
162 static std::wstring GetChromeChannel(bool system_install);
169 static bool GetChromeChannelAndModifiers(bool system_install,
182 static void UpdateInstallStatus(bool system_install,
236 static string16 GetUninstallCommandLine(bool system_install);
239 static Version GetGoogleUpdateVersion(bool system_install);
243 static base::Time GetGoogleUpdateLastStartedAU(bool system_install);
248 static base::Time GetGoogleUpdateLastChecked(bool system_install);
253 static bool GetUpdateDetailForApp(bool system_install,
    [all...]
helper.cc 41 base::FilePath GetChromeInstallPath(bool system_install,
43 return GetChromeInstallBasePath(system_install, dist, kInstallBinaryDir);
68 BrowserDistribution* GetBinariesDistribution(bool system_install) {
76 if (state.Initialize(system_install, dist) && state.is_multi_install()) {
84 std::wstring GetAppGuidForUpdates(bool system_install) {
85 return GetBinariesDistribution(system_install)->GetAppGuid();
google_chrome_binaries_distribution.h 26 virtual void UpdateInstallStatus(bool system_install,
install_util.h 46 // If system_install is true the command is read from HKLM, otherwise
49 bool system_install,
55 // system_install: if true, looks for version number under the HKLM root,
58 bool system_install,
65 // system_install: if true, looks for version number under the HKLM root,
68 bool system_install,
79 static void AddInstallerResultItems(bool system_install,
89 static void UpdateInstallerStage(bool system_install,
100 static bool IsMultiInstall(BrowserDistribution* dist, bool system_install);
google_chrome_binaries_distribution.cc 56 void GoogleChromeBinariesDistribution::UpdateInstallStatus(bool system_install,
59 GoogleUpdateSettings::UpdateInstallStatus(system_install,
installation_state.h 38 bool Initialize(bool system_install,
40 bool Initialize(bool system_install,
137 const ProductState* GetProductState(bool system_install,
148 bool system_install, BrowserDistribution::Type type) const;
google_update_settings.cc 59 // |dist|. If this is a |system_install|, then update the value under
64 bool system_install,
71 if (system_install) {
137 bool GetChromeChannelInternal(bool system_install,
145 HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
192 bool system_install = false; local
198 system_install = !InstallUtil::IsPerUserInstall(module_dir.value().c_str());
200 return system_install;
212 bool GoogleUpdateSettings::GetCollectStatsConsentAtLevel(bool system_install) {
216 if (InstallUtil::IsMultiInstall(dist, system_install)) {
497 bool system_install = IsSystemInstall(); local
    [all...]
installation_state.cc 27 bool ProductState::Initialize(bool system_install,
29 return Initialize(system_install,
47 bool ProductState::Initialize(bool system_install,
51 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
125 if (system_install &&
263 bool system_install,
265 const ProductState& product_state = (system_install ? system_products_ :
271 bool system_install,
274 GetNonVersionedProductState(system_install, type);
chrome_frame_distribution.cc 148 void ChromeFrameDistribution::UpdateInstallStatus(bool system_install,
152 GoogleUpdateSettings::UpdateInstallStatus(system_install,
google_update_util.cc 40 bool IsGoogleUpdatePresent(bool system_install) {
42 return GoogleUpdateSettings::GetGoogleUpdateVersion(system_install).IsValid();
47 base::FilePath GetGoogleUpdateSetupExe(bool system_install) {
48 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
199 bool UninstallGoogleUpdate(bool system_install) {
202 GoogleUpdateSettings::GetUninstallCommandLine(system_install));
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);
809 const bool system_install = this->system_install(); local
    [all...]
install_util.cc 207 bool system_install, BrowserDistribution::Type distribution_type) {
209 if (state.Initialize(system_install, distribution_type)) {
216 bool system_install,
220 HKEY reg_root = (system_install) ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
241 bool system_install,
245 HKEY reg_root = (system_install) ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
276 void InstallUtil::AddInstallerResultItems(bool system_install,
283 const HKEY root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
303 void InstallUtil::UpdateInstallerStage(bool system_install,
308 const HKEY root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER
    [all...]
chrome_app_host_distribution.cc 151 void ChromeAppHostDistribution::UpdateInstallStatus(bool system_install,
155 GoogleUpdateSettings::UpdateInstallStatus(system_install,
chrome_app_host_distribution.h 64 virtual void UpdateInstallStatus(bool system_install,
chrome_frame_distribution.h 61 virtual void UpdateInstallStatus(bool system_install,
google_chrome_distribution.h 86 bool system_install,
installation_validator.h 173 system_install(system_install_in),
181 bool system_install; member in struct:installer::InstallationValidator::ProductContext
225 bool system_install,
252 bool system_install,
installation_validator.cc 219 installer::GetChromeInstallPath(ctx.system_install, ctx.dist)
277 ctx.system_install));
307 ctx.system_install));
396 ctx.system_install, BrowserDistribution::CHROME_BINARIES);
413 bool system_install,
427 system_install, BrowserDistribution::CHROME_BROWSER);
442 system_install, BrowserDistribution::CHROME_FRAME);
458 system_install, BrowserDistribution::CHROME_APP_HOST);
498 ProductContext ctx(machine_state, system_install, binaries_state,
520 ctx.system_install, bins_dist)
    [all...]
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 106 installer_state.system_install(),
116 installer_state.system_install(),
282 installer_state.system_install(),
394 if (installer_state.system_install()) {
767 const bool system_install = installer_state.system_install(); local
816 const bool system_install = installer_state.system_install(); local
873 const bool system_install = installer_state.system_install(); local
    [all...]
setup_main.cc 199 original_state.GetProductState(installer_state->system_install(),
308 const bool is_system_install = installer_state.system_install();
370 const bool system_level = installer_state->system_install();
482 if (installer_state->system_install()) {
531 if (!installer_state->system_install()) {
643 original_state.GetProductState(installer_state.system_install(),
684 !installer_state.system_install()) {
787 const bool system_install = installer_state->system_install(); local
1390 const bool system_install = installer_state.system_install(); local
1696 bool system_install = false; local
    [all...]
setup_util.h 72 bool system_install,
install.cc 263 ShellUtil::ShellChange shortcut_level = installer_state.system_install() ?
272 if (installer_state.system_install()) {
285 original_state.GetProductState(installer_state.system_install(),
492 if (installer_state.system_install())
552 DCHECK(!installer_state.system_install());
577 InstallShortcutLevel install_level = installer_state.system_install() ?
584 !original_state.GetProductState(installer_state.system_install(),
661 InstallShortcutLevel level = installer_state.system_install() ?

Completed in 541 milliseconds

1 2