Home
last modified time | relevance | path

Searched refs:shortcut_operation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/installer/setup/
Dinstall.cc399 ShellUtil::ShortcutOperation shortcut_operation; in CreateOrUpdateShortcuts() local
402 shortcut_operation = ShellUtil::SHELL_SHORTCUT_CREATE_ALWAYS; in CreateOrUpdateShortcuts()
405 shortcut_operation = ShellUtil::SHELL_SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL; in CreateOrUpdateShortcuts()
409 shortcut_operation = ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING; in CreateOrUpdateShortcuts()
423 shortcut_operation == ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING) { in CreateOrUpdateShortcuts()
432 shortcut_operation); in CreateOrUpdateShortcuts()
437 shortcut_operation == ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING) { in CreateOrUpdateShortcuts()
443 shortcut_operation); in CreateOrUpdateShortcuts()
448 shortcut_operation == ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING) { in CreateOrUpdateShortcuts()
455 quick_launch_properties, shortcut_operation); in CreateOrUpdateShortcuts()
[all …]
/external/chromium_org/chrome/installer/util/
Dshell_util.cc1279 const ShortcutOperationCallback& shortcut_operation, in BatchShortcutAction() argument
1283 DCHECK(!shortcut_operation.is_null()); in BatchShortcutAction()
1301 !shortcut_operation.Run(shortcut_path)) { in BatchShortcutAction()
1524 base::win::ShortcutOperation shortcut_operation = in CreateOrUpdateShortcut() local
1529 if (shortcut_operation == base::win::SHORTCUT_CREATE_ALWAYS && in CreateOrUpdateShortcut()
1538 *chosen_path, shortcut_properties, shortcut_operation); in CreateOrUpdateShortcut()
1541 if (ret && shortcut_operation == base::win::SHORTCUT_CREATE_ALWAYS && in CreateOrUpdateShortcut()
2078 ShortcutOperationCallback shortcut_operation( in RemoveShortcuts() local
2082 shortcut_operation, location, dist, level); in RemoveShortcuts()
2104 ShortcutOperationCallback shortcut_operation( in UpdateShortcutsWithArgs() local
[all …]