Searched refs:classNames (Results 1 – 3 of 3) sorted by relevance
328 String classNames = "test-case-status "; in processReport() local331 if (testCaseResult != null) classNames += testCaseResult.toString(); in processReport()332 else classNames += TestCaseResult.UNKNOWN_RESULT.toString(); in processReport()335 classNames += " width-1"; in processReport()344 "<div class=\"" + classNames + "\"> </div>" + glyph; in processReport()
69 String classNames, in getPercentChangeHTML() argument88 String html = "<td class='" + classNames + "' style='" + color + style + "'>"; in getPercentChangeHTML()
186 var classNames = 'table-header-content';187 if (i == 0) classNames += ' table-header-legend';188 data.addColumn('string', '<span class="' + classNames + '">' +220 var classNames = {229 cssClassNames: classNames,