Home
last modified time | relevance | path

Searched refs:lineNumCell (Results 1 – 1 of 1) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java1166 final HTMLTable.ICell lineNumCell = srcline.newCell (); in embedSrcFile() local
1167 lineNumCell.setClass (CSS_LINENUM); in embedSrcFile()
1182 lineNumCell.add (a); in embedSrcFile()
1186 lineNumCell.setText (Integer.toString (l), true); in embedSrcFile()
1191 lineNumCell.setText (Integer.toString (l), true); in embedSrcFile()
1242lineNumCell.getAttributes ().set (Attribute.TITLE, tooltipBuffer.toString ()); in embedSrcFile()