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

/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_win.cc290 std::vector<base::FilePath> all_paths = web_app::internals::GetShortcutPaths( local
294 all_paths.push_back(web_app_path);
310 for (std::vector<base::FilePath>::const_iterator i = all_paths.begin();
311 i != all_paths.end(); ++i) {

Completed in 64 milliseconds