OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_caption
(Results
1 - 2
of
2
) sorted by null
/external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLTable.java
48
m_caption
= IElement.Factory.create (Tag.CAPTION);
50
m_caption
.getAttributes ().set (Attribute.ALIGN, align);
51
m_caption
.setText (text, nbsp);
72
if (
m_caption
!= null)
74
add (0,
m_caption
);
129
private IElement
m_caption
;
field in class:HTMLTable
/external/emma/lib/
emma.jar
Completed in 115 milliseconds