Searched refs:topSection (Results 1 – 5 of 5) sorted by relevance
392 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in simplifiedNormalFlowLayout()506 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in layout()509 …if (!topSection() && computedLogicalHeight > totalSectionLogicalHeight && !document().inQuirksMode… in layout()520 RenderTableSection* section = topSection(); in layout()612 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in addOverflowFromChildren()702 RenderTableSection* section = topSection(); in topNonEmptySection()1016 if (RenderTableSection* topSection = this->topSection()) { in outerBorderBefore() local1017 borderWidth = topSection->outerBorderBefore(); in outerBorderBefore()1062 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in outerBorderStart()1089 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in outerBorderEnd()
159 RenderTableSection* topSection() const;358 inline RenderTableSection* RenderTable::topSection() const in topSection() function
713 if (this == table()->topSection()) in calcRowLogicalHeight()
117 RenderTableSection* tableSection = table->topSection(); in rowIndexRange()
378 RenderTableSection* tableSection = table->topSection(); in addChildren()