Searched refs:sectionBelow (Results 1 – 6 of 6) sorted by relevance
396 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in simplifiedNormalFlowLayout()515 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in layout()538 section = sectionBelow(section); in layout()628 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in addOverflowFromChildren()794 section = sectionBelow(section, SkipEmptySections); in topNonEmptySection()1152 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in outerBorderStart()1179 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in outerBorderEnd()1210 RenderTableSection* RenderTable::sectionBelow(const RenderTableSection* section, SkipEmptySectionsV… in sectionBelow() function in WebCore::RenderTable1285 section = sectionBelow(cell->section(), SkipEmptySections); in cellBelow()
323 …tion* section = m_table->topNonEmptySection(); section; section = m_table->sectionBelow(section)) { in willChangeTableLayout()
234 …RenderTableSection* sectionBelow(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmpt…
840 currSection = table->sectionBelow(currSection, SkipEmptySections); in computeCollapsedAfterBorder()
123 tableSection = table->sectionBelow(tableSection, SkipEmptySections); in rowIndexRange()
413 tableSection = table->sectionBelow(tableSection, SkipEmptySections); in addChildren()