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

/external/webkit/Tools/CSSTestSuiteHarness/harness/
H A Dharness.js1033 TestSuite.prototype.createExportLine = function(formatData, testName, resolution, comment)
1198 htmlLine= _self.createExportLine(kHTML4Data, item.test, item.hstatus, item.hcomment);
1202 xhtmlLine = _self.createExportLine(kXHTML1Data, item.test, item.xstatus, item.xcomment);
1240 var htmlLine= _self.createExportLine(kHTML4Data, item.test, item.hstatus ? item.hstatus : '?', item.hcomment);
1241 var xhtmlLine = _self.createExportLine(kXHTML1Data, item.test, item.xstatus ? item.xstatus : '?', item.xcomment);
1282 htmlLine= _self.createExportLine(kHTML4Data, item.test, '?', item.hcomment);
1286 xhtmlLine = _self.createExportLine(kXHTML1Data, item.test, '?', item.xcomment);
1328 htmlLine= _self.createExportLine(kHTML4Data, item.test, item.hstatus, item.hcomment);
1332 xhtmlLine = _self.createExportLine(kXHTML1Data, item.test, item.xstatus, item.xcomment);
1370 var htmlLine= _self.createExportLine(kHTML4Dat
[all...]

Completed in 54 milliseconds