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

  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 121 std::vector<base::FilePath> shortcut_paths; local
131 shortcut_paths.push_back(shortcut_file);
149 shortcut_paths.push_back(shortcut_file);
154 return shortcut_paths;
158 // |shortcut_paths| is a list of directories in which shortcuts should be
166 const std::vector<base::FilePath>& shortcut_paths,
216 for (size_t i = 0; i < shortcut_paths.size(); ++i) {
217 base::FilePath shortcut_file = shortcut_paths[i].Append(file_name).
222 FindAppShortcutsByProfileAndTitle(shortcut_paths[i],
228 if (shortcut_paths[i] != web_app_path)
374 std::vector<base::FilePath> shortcut_paths = local
423 std::vector<base::FilePath> shortcut_paths; local
490 std::vector<base::FilePath> shortcut_paths; local
    [all...]
  /external/chromium/chrome/browser/web_applications/
web_app.cc 236 std::vector<FilePath> shortcut_paths;
238 // Locations to add to shortcut_paths.
263 // Populate shortcut_paths.
280 shortcut_paths.push_back(path);
291 if (pin_to_taskbar && shortcut_paths.empty()) {
293 shortcut_paths.push_back(web_app_path_);
296 if (shortcut_paths.empty()) {
352 for (size_t i = 0; i < shortcut_paths.size(); ++i) {
353 FilePath shortcut_file = shortcut_paths[i].Append(file_name).
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 212 std::vector<base::FilePath> shortcut_paths = local
220 shortcut_paths.push_back(user_data_dir);
241 for (size_t i = 0; i < shortcut_paths.size(); ++i) {
243 shortcut_paths[i].Append(app_list_shortcut_name).
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 167 // Locations to check to shortcut_paths.
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 708 std::vector<base::FilePath> shortcut_paths; local
710 shortcut_paths.push_back(shortcut_file.BaseName());
713 return shortcut_paths;
    [all...]
  /external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.cc 236 // Locations to check to shortcut_paths.

Completed in 242 milliseconds