Searched defs:install_level (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc358 InstallShortcutLevel install_level,
400 ShellUtil::ShellChange shortcut_level = (install_level == ALL_USERS ?
563 InstallShortcutLevel install_level = installer_state.system_install() ? local
577 CreateOrUpdateShortcuts(chrome_exe, *chrome_product, prefs, install_level,
354 CreateOrUpdateShortcuts( const base::FilePath& target, const installer::Product& product, const MasterPreferences& prefs, InstallShortcutLevel install_level, InstallShortcutOperation install_operation) argument
H A Dinstall_worker.cc1477 const char* install_level = local
1479 VLOG(1) << "No Active Setup processing to do for " << install_level
H A Duninstall.cc321 ShellUtil::ShellChange install_level = ShellUtil::CURRENT_USER; local
330 install_level, old_target_exe, new_target_exe)) {
337 // Deletes shortcuts at |install_level| from Start menu, Desktop,
347 ShellUtil::ShellChange install_level = installer_state.system_install() ? local
357 install_level, target_exe)) {
754 const char* install_level = local
756 VLOG(1) << "No Active Setup processing to do for " << install_level
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator_unittest.cc77 Level install_level,
82 Level install_level,
86 Level install_level,
90 Level install_level,
106 Level install_level,
111 Level install_level,
121 Level install_level,
123 GetProducts(install_level)[IndexFromDistType(type)].CopyFrom(product);
127 ProductState* GetProducts(Level install_level) { argument
128 return install_level
120 SetProductState(BrowserDistribution::Type type, Level install_level, const ProductState& product) argument
142 GetSetupPath( BrowserDistribution::Type dist_type, Level install_level, int channel_modifiers) argument
154 GetSetupExePath( BrowserDistribution::Type dist_type, Level install_level, const char* version, int channel_modifiers) argument
182 SetUninstallCommand(BrowserDistribution::Type dist_type, Level install_level, const char* version, int channel_modifiers, Vehicle vehicle) argument
209 AddOsUpgradeCommand(BrowserDistribution::Type dist_type, Level install_level, const char* version, int channel_modifiers) argument
233 AddQueryEULAAcceptanceCommand( BrowserDistribution::Type dist_type, Level install_level, const char* version, int channel_modifiers) argument
253 AddQuickEnableApplicationHostCommand( BrowserDistribution::Type dist_type, Level install_level, const char* version, int channel_modifiers) argument
425 MakeProductState( BrowserDistribution::Type prod_type, InstallationValidator::InstallationType inst_type, Level install_level, Channel channel, Vehicle vehicle, FakeProductState* state) argument
476 MakeMachineState( InstallationValidator::InstallationType inst_type, Level install_level, Channel channel, Vehicle vehicle, FakeInstallationState* state) argument
[all...]

Completed in 1333 milliseconds