Home | History | Annotate | Download | only in table

Lines Matching refs:total

77 	 * @param total
88 final List<? extends ITableItem> items, final ICoverageNode total,
94 header(table, sortedItems, total);
95 footer(table, total, resources, base);
100 final List<? extends ITableItem> items, final ICoverageNode total)
104 c.init(tr, items, total);
108 private void footer(final HTMLElement table, final ICoverageNode total,
113 c.footer(tr, total, resources, base);
163 final ICoverageNode total) throws IOException {
164 visible = renderer.init(items, total);
174 void footer(final HTMLElement tr, final ICoverageNode total,
178 renderer.footer(tr.td(style), total, resources, base);