Searched refs:m_foot (Results 1 – 3 of 3) sorted by relevance
56 , 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 …]
144 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
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…