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

/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_win.cc167 std::vector<base::FilePath>* out_filenames) {
254 if (out_filenames)
255 out_filenames->push_back(shortcut_file);
387 std::vector<base::FilePath> out_filenames; local
396 &out_filenames);
397 DCHECK_EQ(out_filenames.size(), 1u);
398 DCHECK_EQ(out_filenames[0].value(), web_app_dir_shortcut.value());
162 CreateShortcutsInPaths( const base::FilePath& web_app_path, const web_app::ShortcutInfo& shortcut_info, const std::vector<base::FilePath>& shortcut_paths, web_app::ShortcutCreationReason creation_reason, std::vector<base::FilePath>* out_filenames) argument

Completed in 273 milliseconds