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

/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc385 ShellUtil::ShortcutOperation shortcut_operation; local
388 shortcut_operation = ShellUtil::SHELL_SHORTCUT_CREATE_ALWAYS;
391 shortcut_operation = ShellUtil::SHELL_SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL;
395 shortcut_operation = ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING;
409 shortcut_operation == ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING) {
418 shortcut_operation);
423 shortcut_operation == ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING) {
429 shortcut_operation);
434 shortcut_operation == ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING) {
441 quick_launch_properties, shortcut_operation);
[all...]
/external/chromium_org/chrome/installer/util/
H A Dshell_util.cc1324 // |shortcut_operation|. Returns true if all operations are successful.
1330 const ShortcutOperationCallback& shortcut_operation,
1335 DCHECK(!shortcut_operation.is_null());
1362 !shortcut_operation.Run(shortcut_path)) {
1592 base::win::ShortcutOperation shortcut_operation = local
1597 if (shortcut_operation == base::win::SHORTCUT_CREATE_ALWAYS &&
1606 *chosen_path, shortcut_properties, shortcut_operation);
1609 if (ret && shortcut_operation == base::win::SHORTCUT_CREATE_ALWAYS &&
2176 ShortcutOperationCallback shortcut_operation(
2180 shortcut_operation, locatio
1328 BatchShortcutAction( const ShortcutFilterCallback& shortcut_filter, const ShortcutOperationCallback& shortcut_operation, ShellUtil::ShortcutLocation location, BrowserDistribution* dist, ShellUtil::ShellChange level, const scoped_refptr<ShellUtil::SharedCancellationFlag>& cancel) argument
[all...]

Completed in 1154 milliseconds