Searched refs:DoNotSkipEmptySections (Results 1 – 2 of 2) sorted by relevance
41 enum SkipEmptySectionsValue { DoNotSkipEmptySections, SkipEmptySections }; enumerator233 …on* sectionAbove(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmptySections) const;234 …on* sectionBelow(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmptySections) const;
1111 …tion != m_head && prevSection != m_foot && (skipEmptySections == DoNotSkipEmptySections || toRende… in sectionAbove()1115 … if (!prevSection && m_head && (skipEmptySections == DoNotSkipEmptySections || m_head->numRows())) in sectionAbove()1129 …ion != m_head && nextSection != m_foot && (skipEmptySections == DoNotSkipEmptySections || toRende… in sectionBelow()1133 … if (!nextSection && m_foot && (skipEmptySections == DoNotSkipEmptySections || m_foot->numRows())) in sectionBelow()