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 397 ShellUtil::ShortcutOperation shortcut_operation; local
400 shortcut_operation = ShellUtil::SHELL_SHORTCUT_CREATE_ALWAYS;
403 shortcut_operation = ShellUtil::SHELL_SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL;
407 shortcut_operation = ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING;
421 shortcut_operation == ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING) {
430 shortcut_operation);
435 shortcut_operation == ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING) {
441 shortcut_operation);
446 shortcut_operation == ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING) {
453 quick_launch_properties, shortcut_operation);
    [all...]
  /external/chromium_org/chrome/installer/util/
shell_util.cc 1578 base::win::ShortcutOperation shortcut_operation = local
    [all...]

Completed in 252 milliseconds