Searched refs:GetShortcutPath (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/cloud_print/service/win/
H A Dinstaller.cc26 base::FilePath GetShortcutPath(int dir_key, bool with_subdir) { function in namespace:__anon7374
38 base::FilePath path = GetShortcutPath(dir_key, with_subdir);
63 base::FilePath path = GetShortcutPath(dir_key, with_subdir);
/external/chromium_org/chrome/installer/util/
H A Dshell_util_unittest.cc189 TEST_F(ShellUtilShortcutTest, GetShortcutPath) {
191 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_DESKTOP, dist_,
194 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_DESKTOP, dist_,
197 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, dist_,
200 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, dist_,
203 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_START_MENU, dist_,
206 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_START_MENU, dist_,
H A Dshell_util.h42 // Typical shortcut directories. Resolved in GetShortcutPath().
313 static bool GetShortcutPath(ShellUtil::ShortcutLocation location,
H A Dshell_util.cc1265 if (!ShellUtil::GetShortcutPath(location, dist, level, &shortcut_folder)) {
1305 if (!ShellUtil::GetShortcutPath(location, dist, level, &shortcut_folder)) {
1399 bool ShellUtil::GetShortcutPath(ShellUtil::ShortcutLocation location, function in class:ShellUtil
1464 if (!GetShortcutPath(location, dist, SYSTEM_LEVEL, &system_shortcut_path)) {
1482 if (!GetShortcutPath(location, dist, CURRENT_USER, &user_shortcut_path)) {
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_unittest_win.cc257 EXPECT_TRUE(ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_DESKTOP,
266 EXPECT_TRUE(ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_DESKTOP,
H A Dprofile_shortcut_manager_win.cc246 !ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_DESKTOP,
253 !ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_DESKTOP,
/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc256 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_START_MENU, dist,

Completed in 134 milliseconds