Searched refs:topSection (Results 1 – 5 of 5) sorted by relevance
402 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in simplifiedNormalFlowLayout()518 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in layout()521 …if (!topSection() && computedLogicalHeight > totalSectionLogicalHeight && !document().inQuirksMode… in layout()532 RenderTableSection* section = topSection(); in layout()631 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in addOverflowFromChildren()796 RenderTableSection* section = topSection(); in topNonEmptySection()1105 if (RenderTableSection* topSection = this->topSection()) { in outerBorderBefore() local1106 borderWidth = topSection->outerBorderBefore(); in outerBorderBefore()1151 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in outerBorderStart()1178 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in outerBorderEnd()
159 RenderTableSection* topSection() const;342 inline RenderTableSection* RenderTable::topSection() const in topSection() function
628 if (this == table()->topSection()) in calcRowLogicalHeight()
118 RenderTableSection* tableSection = table->topSection(); in rowIndexRange()
339 RenderTableSection* tableSection = table->topSection(); in addChildren()