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

/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_utils.cc188 void ParseSearchEnginesFromXMLFiles(const std::vector<FilePath>& xml_files, argument
197 for (std::vector<FilePath>::const_iterator file_iter = xml_files.begin();
198 file_iter != xml_files.end(); ++file_iter) {
H A Dfirefox2_importer.cc640 std::vector<FilePath>* xml_files) {
646 xml_files->push_back(file);
638 FindXMLFilesInDir( const FilePath& dir, std::vector<FilePath>* xml_files) argument

Completed in 93 milliseconds