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

  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 120 std::vector<base::FilePath> shortcut_paths; local
130 shortcut_paths.push_back(shortcut_file);
148 shortcut_paths.push_back(shortcut_file);
153 return shortcut_paths;
157 // |shortcut_paths| is a list of directories in which shortcuts should be
165 const std::vector<base::FilePath>& shortcut_paths,
211 for (size_t i = 0; i < shortcut_paths.size(); ++i) {
213 shortcut_paths[i]
220 FindAppShortcutsByProfileAndTitle(shortcut_paths[i],
226 if (shortcut_paths[i] != web_app_path)
505 std::vector<base::FilePath> shortcut_paths; local
566 std::vector<base::FilePath> shortcut_paths; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 173 std::vector<base::FilePath> shortcut_paths = local
181 shortcut_paths.push_back(user_data_dir);
202 for (size_t i = 0; i < shortcut_paths.size(); ++i) {
204 shortcut_paths[i].Append(app_list_shortcut_name).
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 755 std::vector<base::FilePath> shortcut_paths; local
757 shortcut_paths.push_back(shortcut_file.BaseName());
760 return shortcut_paths;
    [all...]

Completed in 45 milliseconds