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

  /external/chromium_org/cloud_print/service/win/
installer.cc 26 base::FilePath GetShortcutPath(int dir_key, bool with_subdir) {
38 base::FilePath path = GetShortcutPath(dir_key, with_subdir);
63 base::FilePath path = GetShortcutPath(dir_key, with_subdir);
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 210 TEST_F(ShellUtilShortcutTest, GetShortcutPath) {
212 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_DESKTOP, dist_,
215 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_DESKTOP, dist_,
218 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, dist_,
221 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, dist_,
227 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR,
231 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR,
    [all...]
shell_util.h 48 // Typical shortcut directories. Resolved in GetShortcutPath().
317 static bool GetShortcutPath(ShellUtil::ShortcutLocation location,
shell_util.cc     [all...]
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 537 if (ShellUtil::GetShortcutPath(
553 if (ShellUtil::GetShortcutPath(
601 if (!ShellUtil::GetShortcutPath(locations[i].location_id,
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc 260 EXPECT_TRUE(ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_DESKTOP,
269 EXPECT_TRUE(ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_DESKTOP,
    [all...]
profile_shortcut_manager_win.cc 234 !ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_DESKTOP,
241 !ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_DESKTOP,
    [all...]
  /external/chromium_org/chrome/installer/setup/
install.cc 261 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR,

Completed in 285 milliseconds