HomeSort by relevance Sort by last modified time
    Searched refs:install_level (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/installer/util/
installation_validator_unittest.cc 77 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) {
128 return install_level == USER_LEVEL ? user_products_ : system_products_
    [all...]
  /external/chromium_org/chrome/installer/setup/
install.h 68 // |install_level| specifies whether to install per-user shortcuts or shortcuts
79 InstallShortcutLevel install_level,
install.cc 358 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,
uninstall.cc 321 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
    [all...]
install_worker.cc 1477 const char* install_level = local
    [all...]

Completed in 118 milliseconds