Searched refs:shortcut_paths (Results 1 – 1 of 1) sorted by relevance
236 std::vector<FilePath> shortcut_paths; in CreateShortcut() local280 shortcut_paths.push_back(path); in CreateShortcut()291 if (pin_to_taskbar && shortcut_paths.empty()) { in CreateShortcut()293 shortcut_paths.push_back(web_app_path_); in CreateShortcut()296 if (shortcut_paths.empty()) { in CreateShortcut()352 for (size_t i = 0; i < shortcut_paths.size(); ++i) { in CreateShortcut()353 FilePath shortcut_file = shortcut_paths[i].Append(file_name). in CreateShortcut()