Searched refs:sectionLabels (Results 1 – 1 of 1) sorted by relevance
92 String sectionLabels) { in getPerformanceSummary() argument99 tableHTML += sectionLabels; in getPerformanceSummary()207 String sectionLabels = ""; in doGetHandler() local214 sectionLabels += "<th class='section-label grey lighten-2 center' "; in doGetHandler()215 if (colCount++ == 0) sectionLabels += "colspan='3'"; in doGetHandler()216 else sectionLabels += "colspan='4'"; in doGetHandler()217 sectionLabels += ">" + content + "</th>"; in doGetHandler()235 sectionLabels); in doGetHandler()