Home | History | Annotate | Download | only in browser

Lines Matching refs:shortcut_file

752   base::FilePath shortcut_file = files.Next();
754 while (!shortcut_file.empty()) {
755 shortcut_paths.push_back(shortcut_file.BaseName());
756 shortcut_file = files.Next();