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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp55 , m_foot(0)
137 resetSectionPointerIfNotBefore(m_foot, beforeChild);
138 if (!m_foot) {
139 m_foot = toRenderTableSection(child);
901 m_foot = 0;
927 if (!m_foot)
928 m_foot = section;
1198 RenderObject* prevSection = section == m_foot ? lastChild() : section->previousSibling();
1200 if (prevSection->isTableSection() && prevSection != m_head && prevSection != m_foot && (skipEmptySections == DoNotSkipEmptySections || toRenderTableSection(prevSection)->numRows()))
1213 if (section == m_foot)
[all...]
H A DRenderTable.h155 RenderTableSection* footer() const { return m_foot; }
243 bool hasSections() const { return m_head || m_foot || m_firstBody; }
320 mutable RenderTableSection* m_foot; member in class:WebCore::FINAL
348 return m_foot;

Completed in 52 milliseconds