Searched refs:m_foot (Results 1 – 3 of 3) sorted by relevance
54 , m_foot(0) in RenderTable()140 resetSectionPointerIfNotBefore(m_foot, beforeChild); in addChild()141 if (!m_foot) { in addChild()142 m_foot = toRenderTableSection(child); in addChild()420 RenderTableSection* section = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot); in layout()705 m_foot = 0; in recalcSections()735 if (!m_foot) in recalcSections()736 m_foot = section; in recalcSections()799 … RenderTableSection* firstNonEmptySection = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot); in calcBorderLeft()858 … RenderTableSection* firstNonEmptySection = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot); in calcBorderRight()[all …]
84 RenderTableSection* footer() const { return m_foot; } in footer()136 bool hasSections() const { return m_head || m_foot || m_firstBody; } in hasSections()187 mutable RenderTableSection* m_foot; variable
61679 …(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…