Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTable.cpp56 , m_foot(0) in RenderTable()
153 resetSectionPointerIfNotBefore(m_foot, beforeChild); in addChild()
154 if (!m_foot) { in addChild()
155 m_foot = toRenderTableSection(child); in addChild()
431 RenderTableSection* section = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot); in layout()
777 m_foot = 0; in recalcSections()
807 if (!m_foot) in recalcSections()
808 m_foot = section; in recalcSections()
869 … RenderTableSection* firstNonEmptySection = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot); in calcBorderStart()
927 … RenderTableSection* firstNonEmptySection = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot); in calcBorderEnd()
[all …]
DRenderTable.h144 RenderTableSection* footer() const { return m_foot; } in footer()
197 bool hasSections() const { return m_head || m_foot || m_firstBody; } in hasSections()
254 mutable RenderTableSection* m_foot; variable
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1061679 …(WebCore::HTMLTableElement::HTMLTableElement): Eliminated m_head, m_foot, m_firstBody, and m_capti…
61708 …Frame enums. Removed m_head, m_foot, m_firstBody, and m_caption, and added lastBody function. Remo…