Searched refs:XmlReporter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dxmlreport.py15 class XmlReporter(Reporter): class in inherits:Reporter
19 super(XmlReporter, self).__init__(coverage, ignore_errors)
H A Dcontrol.py17 from coverage.xmlreport import XmlReporter namespace
625 reporter = XmlReporter(self, self.config.ignore_errors)

Completed in 172 milliseconds