HomeSort by relevance Sort by last modified time
    Searched full:shortcut_files (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 219 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 234 milliseconds