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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dxmlreport.py55 # Call xml_file for each file in the data.
57 self.report_files(self.xml_file, morfs, config)
88 def xml_file(self, cu, analysis): member in class:XmlReporter
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer.cc594 base::FilePath xml_file = base::FilePath::FromUTF8Unsafe(file_path); local
601 xml_file = app_path_.AppendASCII("searchplugins").AppendASCII(
606 xml_file = source_path_.AppendASCII("searchplugins").AppendASCII(
611 base::ReadFileToString(xml_file, &file_data);

Completed in 160 milliseconds