Searched refs:shortcut_paths (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_win.cc120 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,
215 for (size_t i = 0; i < shortcut_paths.size(); ++i) {
216 base::FilePath shortcut_file = shortcut_paths[i].Append(file_name).
221 FindAppShortcutsByProfileAndTitle(shortcut_paths[i],
227 if (shortcut_paths[
162 CreateShortcutsInPaths( const base::FilePath& web_app_path, const ShellIntegration::ShortcutInfo& shortcut_info, const std::vector<base::FilePath>& shortcut_paths, web_app::ShortcutCreationReason creation_reason, std::vector<base::FilePath>* out_filenames) argument
273 GetShortcutLocationsAndDeleteShortcuts( const base::FilePath& web_app_path, const base::FilePath& profile_path, const string16& title, bool* was_pinned_to_taskbar, std::vector<base::FilePath>* shortcut_paths) argument
374 std::vector<base::FilePath> shortcut_paths = local
423 std::vector<base::FilePath> shortcut_paths; local
484 std::vector<base::FilePath> shortcut_paths; local
[all...]
/external/chromium/chrome/browser/web_applications/
H A Dweb_app.cc236 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/
H A Dapp_list_controller_win.cc194 std::vector<base::FilePath> shortcut_paths = local
202 shortcut_paths.push_back(user_data_dir);
223 for (size_t i = 0; i < shortcut_paths.size(); ++i) {
225 shortcut_paths[i].Append(app_list_shortcut_name).
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc692 std::vector<base::FilePath> shortcut_paths; local
694 shortcut_paths.push_back(shortcut_file.BaseName());
697 return shortcut_paths;

Completed in 181 milliseconds