Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLTable.java110 final ICell cell = new Cell (m_th ? Tag.TH : Tag.TD); in newCell()
120 m_th = th; in Row()
124 private final boolean m_th; field in HTMLTable.Row