Searched refs:nextSection (Results 1 – 1 of 1) sorted by relevance
1118 RenderObject* nextSection = section == m_head ? firstChild() : section->nextSibling(); in sectionBelow() local1119 while (nextSection) { in sectionBelow()1120 …if (nextSection->isTableSection() && nextSection != m_head && nextSection != m_foot && (!skipEmpty… in sectionBelow()1122 nextSection = nextSection->nextSibling(); in sectionBelow()1124 if (!nextSection && m_foot && (!skipEmptySections || m_foot->numRows())) in sectionBelow()1125 nextSection = m_foot; in sectionBelow()1126 return toRenderTableSection(nextSection); in sectionBelow()