Home
last modified time | relevance | path

Searched refs:RetargetShortcutsWithArgs (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dshell_util_unittest.cc484 TEST_F(ShellUtilShortcutTest, RetargetShortcutsWithArgs) { in TEST_F() argument
493 ASSERT_TRUE(ShellUtil::RetargetShortcutsWithArgs( in TEST_F()
513 ASSERT_TRUE(ShellUtil::RetargetShortcutsWithArgs( in TEST_F()
547 ASSERT_TRUE(ShellUtil::RetargetShortcutsWithArgs( in TEST_F()
600 ASSERT_TRUE(ShellUtil::RetargetShortcutsWithArgs( in TEST_F()
H A Dshell_util.h582 static bool RetargetShortcutsWithArgs(ShortcutLocation location,
H A Dshell_util.cc2369 bool ShellUtil::RetargetShortcutsWithArgs( in RetargetShortcutsWithArgs() function in ShellUtil
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/setup/
H A Duninstall.cc204 if (!ShellUtil::RetargetShortcutsWithArgs( in RetargetUserShortcutsWithArgs()