Home | History | Annotate | Download | only in harness

Lines Matching refs:formatData

946 TestSuite.prototype.appendResultToOutput = function(formatData, testName, resolution, comment)
950 var result = formatData.path + '/' + testName + formatData.suffix + '\t' + resolution;
1033 TestSuite.prototype.createExportLine = function(formatData, testName, resolution, comment)
1035 var result = formatData.path + '/' + testName + '\t' + resolution;