Searched refs:topNonEmptySection (Results 1 – 3 of 3) sorted by relevance
700 RenderTableSection* RenderTable::topNonEmptySection() const in topNonEmptySection() function in blink::RenderTable904 if (const RenderTableSection* topNonEmptySection = this->topNonEmptySection()) { in calcBorderStart() local905 const BorderValue& sectionAdjoiningBorder = topNonEmptySection->borderAdjoiningTableStart(); in calcBorderStart()912 …if (const RenderTableCell* adjoiningStartCell = topNonEmptySection->firstRowCellAdjoiningTableStar… in calcBorderStart()959 if (const RenderTableSection* topNonEmptySection = this->topNonEmptySection()) { in calcBorderEnd() local960 const BorderValue& sectionAdjoiningBorder = topNonEmptySection->borderAdjoiningTableEnd(); in calcBorderEnd()967 …if (const RenderTableCell* adjoiningEndCell = topNonEmptySection->firstRowCellAdjoiningTableEnd())… in calcBorderEnd()1263 const RenderTableSection* topNonEmptySection = this->topNonEmptySection(); in firstLineBoxBaseline() local1264 if (!topNonEmptySection) in firstLineBoxBaseline()1267 int baseline = topNonEmptySection->firstLineBoxBaseline(); in firstLineBoxBaseline()[all …]
132 RenderTableSection* section = m_table->topNonEmptySection(); in calcWidthArray()326 …for (RenderTableSection* section = m_table->topNonEmptySection(); section; section = m_table->sect… in willChangeTableLayout()
163 RenderTableSection* topNonEmptySection() const;