HomeSort by relevance Sort by last modified time
    Searched refs:m_caption (Results 1 - 4 of 4) 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/webkit/Source/WebCore/rendering/
RenderTable.cpp 54 , m_caption(0)
122 if (beforeChild && m_caption) {
124 while (o && o != m_caption)
127 m_caption = 0;
131 if (!m_caption)
132 m_caption = toRenderBlock(child);
213 if (m_caption && oldChild == m_caption && node())
274 ASSERT(m_caption);
275 IntRect captionRect(m_caption->x(), m_caption->y(), m_caption->width(), m_caption->height())
    [all...]
RenderTable.h 252 mutable RenderBlock* m_caption; member in class:WebCore::RenderTable
  /external/emma/lib/
emma.jar 

Completed in 91 milliseconds