Searched refs:tableHTML (Results 1 – 2 of 2) sorted by relevance
106 String tableHTML = "<p style='" + LABEL_STYLE + "'><b>"; in getPerformanceSummary() local107 tableHTML += testName + "</b></p>"; in getPerformanceSummary()110 tableHTML += "<table cellpadding='2' style='" + TABLE_STYLE + "'>"; in getPerformanceSummary()116 tableHTML += "<tr><td colspan='" + colspan + "'>" + content + "</td></tr>"; in getPerformanceSummary()120 tableHTML += "<tr>"; in getPerformanceSummary()123 tableHTML += "<th style='" + SECTION_LABEL_STYLE + "' "; in getPerformanceSummary()124 if (i == 0) tableHTML += "colspan='1'"; in getPerformanceSummary()125 else if (i == 1) tableHTML += "colspan='3'"; in getPerformanceSummary()126 else tableHTML += "colspan='4'"; in getPerformanceSummary()127 tableHTML += ">" + content + "</th>"; in getPerformanceSummary()[all …]
93 String tableHTML = "<table>"; in getPerformanceSummary() local96 tableHTML += "<tr>"; in getPerformanceSummary()97 tableHTML += "<th class='section-label grey lighten-2'>"; in getPerformanceSummary()98 tableHTML += testSummary.yLabel + "</th>"; in getPerformanceSummary()99 tableHTML += sectionLabels; in getPerformanceSummary()100 tableHTML += "</tr>"; in getPerformanceSummary()113 tableHTML += "<tr>"; in getPerformanceSummary()116 tableHTML += "<th class='section-label grey lighten-2'>" + MEAN_DELTA + "</th>"; in getPerformanceSummary()119 tableHTML += "<th class='section-label grey lighten-2'>"; in getPerformanceSummary()120 tableHTML += testSummary.xLabel + "</th>"; in getPerformanceSummary()[all …]