Searched defs:shortcut_files (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_win.cc219 std::vector<base::FilePath> shortcut_files = local
223 if (!shortcut_files.empty())
312 std::vector<base::FilePath> shortcut_files = local
314 if (shortcut_paths && !shortcut_files.empty()) {
317 for (std::vector<base::FilePath>::const_iterator j = shortcut_files.begin();
318 j != shortcut_files.end(); ++j) {

Completed in 73 milliseconds