Searched refs:m_foot (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderTable.h84 RenderTableSection* footer() const { return m_foot; }
136 bool hasSections() const { return m_head || m_foot || m_firstBody; }
187 mutable RenderTableSection* m_foot; member in class:WebCore::RenderTable
H A DRenderTable.cpp54 , m_foot(0)
140 resetSectionPointerIfNotBefore(m_foot, beforeChild);
141 if (!m_foot) {
142 m_foot = toRenderTableSection(child);
413 RenderTableSection* section = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot);
694 m_foot = 0;
724 if (!m_foot)
725 m_foot = section;
788 RenderTableSection* firstNonEmptySection = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot);
847 RenderTableSection* firstNonEmptySection = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot);
[all...]

Completed in 105 milliseconds