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

  /external/chromium_org/chrome/browser/
shell_integration_win_unittest.cc 89 base::FilePath shortcut_path = local
93 shortcut_test_object.path = shortcut_path;
97 shortcut_path, *shortcut_properties,
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc 130 // shortcut at |shortcut_path| for the profile at |profile_path|.
132 const base::FilePath& shortcut_path,
134 EXPECT_TRUE(base::PathExists(shortcut_path)) << location.ToString();
150 base::win::ValidateShortcut(shortcut_path, expected_properties);
164 const base::FilePath& shortcut_path) {
165 EXPECT_TRUE(base::PathExists(shortcut_path)) << location.ToString();
173 base::win::ValidateShortcut(shortcut_path, expected_properties);
177 const base::FilePath shortcut_path = local
179 ValidateNonProfileShortcutAtPath(location, shortcut_path);
199 const base::FilePath shortcut_path local
    [all...]

Completed in 65 milliseconds