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

  /external/chromium_org/base/win/
shortcut.h 128 BASE_EXPORT bool ResolveShortcut(const FilePath& shortcut_path,
shortcut_unittest.cc 91 EXPECT_TRUE(ResolveShortcut(link_file_, &resolved_name, NULL));
104 EXPECT_TRUE(ResolveShortcut(link_file_, &resolved_name, &args));
157 EXPECT_TRUE(ResolveShortcut(link_file_, &resolved_name, NULL));
shortcut.cc 175 bool ResolveShortcut(const FilePath& shortcut_path,
  /external/chromium/net/url_request/
url_request_file_job.cc 252 resolved = file_util::ResolveShortcut(&new_path);
  /external/chromium_org/net/url_request/
url_request_file_job.cc 144 resolved = base::win::ResolveShortcut(new_path, &new_path, NULL);
  /external/chromium/base/
file_util.h 199 BASE_API bool ResolveShortcut(FilePath* path);
file_util_win.cc 372 bool ResolveShortcut(FilePath* path) {
    [all...]
file_util_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 414 if (!base::win::ResolveShortcut(shortcut, &target_path, &arguments) ||
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 101 if (base::win::ResolveShortcut(shortcut_file_name, NULL, &cmd_line_string)) {
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 822 file_util::ResolveShortcut(path);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 285 if (!base::win::ResolveShortcut(path, &target_path, command_line))
    [all...]
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc 770 base::win::ResolveShortcut(*path, path, NULL);
    [all...]
  /external/chromium_org/chrome/installer/util/
shell_util.cc     [all...]

Completed in 213 milliseconds