Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTable.cpp54 , m_caption(0) in RenderTable()
121 if (beforeChild && m_caption) { in addChild()
123 while (o && o != m_caption) in addChild()
126 m_caption = 0; in addChild()
130 if (!m_caption) in addChild()
131 m_caption = toRenderBlock(child); in addChild()
212 if (m_caption && oldChild == m_caption && node()) in removeChild()
273 ASSERT(m_caption); in adjustLogicalHeightForCaption()
274 IntRect captionRect(m_caption->x(), m_caption->y(), m_caption->width(), m_caption->height()); in adjustLogicalHeightForCaption()
276 m_caption->setLogicalLocation(m_caption->marginStart(), logicalHeight()); in adjustLogicalHeightForCaption()
[all …]
DRenderTable.h252 mutable RenderBlock* m_caption; variable
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLTable.java48 m_caption = IElement.Factory.create (Tag.CAPTION); in setCaption()
50 m_caption.getAttributes ().set (Attribute.ALIGN, align); in setCaption()
51 m_caption.setText (text, nbsp); in setCaption()
72 if (m_caption != null) in emit()
74 add (0, m_caption); in emit()
129 private IElement m_caption; field in HTMLTable
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1061679 …ebCore::HTMLTableElement::HTMLTableElement): Eliminated m_head, m_foot, m_firstBody, and m_caption.
61708 …Frame enums. Removed m_head, m_foot, m_firstBody, and m_caption, and added lastBody function. Remo…
DChangeLog7265 m_caption, make sure to trigger style recalc on the table.