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

  /external/chromium_org/chrome/installer/setup/
install.cc 385 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/
shell_util.cc 1592 base::win::ShortcutOperation shortcut_operation = local
    [all...]

Completed in 905 milliseconds