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

/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc372 InstallShortcutLevel install_level,
414 ShellUtil::ShellChange shortcut_level = (install_level == ALL_USERS ?
577 InstallShortcutLevel install_level = installer_state.system_install() ? local
591 CreateOrUpdateShortcuts(chrome_exe, *chrome_product, prefs, install_level,
368 CreateOrUpdateShortcuts( const base::FilePath& target, const Product& product, const MasterPreferences& prefs, InstallShortcutLevel install_level, InstallShortcutOperation install_operation) argument
H A Dinstall_worker.cc1298 const char* install_level = local
1300 VLOG(1) << "No Active Setup processing to do for " << install_level
H A Duninstall.cc328 ShellUtil::ShellChange install_level = ShellUtil::CURRENT_USER; local
329 ShellUtil::ShortcutProperties updated_properties(install_level);
339 install_level, old_target_exe, updated_properties)) {
346 // Deletes shortcuts at |install_level| from Start menu, Desktop,
356 ShellUtil::ShellChange install_level = installer_state.system_install() ? local
366 install_level, target_exe)) {
935 const char* install_level = local
937 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,
94 Level install_level,
110 Level install_level,
115 Level install_level,
125 Level install_level,
127 GetProducts(install_level)[IndexFromDistType(type)].CopyFrom(product);
131 ProductState* GetProducts(Level install_level) { argument
124 SetProductState(BrowserDistribution::Type type, Level install_level, const ProductState& product) argument
146 GetSetupPath( BrowserDistribution::Type dist_type, Level install_level, int channel_modifiers) argument
158 GetSetupExePath( BrowserDistribution::Type dist_type, Level install_level, const char* version, int channel_modifiers) argument
186 SetUninstallCommand(BrowserDistribution::Type dist_type, Level install_level, const char* version, int channel_modifiers, Vehicle vehicle) argument
213 AddInstallExtensionCommand( BrowserDistribution::Type dist_type, Level install_level, const char* version, int channel_modifiers) argument
233 AddOsUpgradeCommand(BrowserDistribution::Type dist_type, Level install_level, const char* version, int channel_modifiers) argument
257 AddQueryEULAAcceptanceCommand( BrowserDistribution::Type dist_type, Level install_level, const char* version, int channel_modifiers) argument
277 AddQuickEnableApplicationHostCommand( BrowserDistribution::Type dist_type, Level install_level, const char* version, int channel_modifiers) argument
449 MakeProductState( BrowserDistribution::Type prod_type, InstallationValidator::InstallationType inst_type, Level install_level, Channel channel, Vehicle vehicle, FakeProductState* state) argument
504 MakeMachineState( InstallationValidator::InstallationType inst_type, Level install_level, Channel channel, Vehicle vehicle, FakeInstallationState* state) argument
[all...]

Completed in 99 milliseconds