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

/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc359 InstallShortcutOperation install_operation) {
386 switch (install_operation) {
394 DCHECK(install_operation == INSTALL_SHORTCUT_REPLACE_EXISTING);
566 InstallShortcutOperation install_operation = local
574 install_operation = INSTALL_SHORTCUT_CREATE_ALL;
578 install_operation);
670 InstallShortcutOperation install_operation = local
679 chrome_exe, chrome, prefs, CURRENT_USER, install_operation);
354 CreateOrUpdateShortcuts( const base::FilePath& target, const installer::Product& product, const MasterPreferences& prefs, InstallShortcutLevel install_level, InstallShortcutOperation install_operation) argument

Completed in 526 milliseconds