Home
last modified time | relevance | path

Searched refs:topNonEmptySection (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp700 RenderTableSection* RenderTable::topNonEmptySection() const in topNonEmptySection() function in blink::RenderTable
904 if (const RenderTableSection* topNonEmptySection = this->topNonEmptySection()) { in calcBorderStart() local
905 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() local
960 const BorderValue& sectionAdjoiningBorder = topNonEmptySection->borderAdjoiningTableEnd(); in calcBorderEnd()
967 …if (const RenderTableCell* adjoiningEndCell = topNonEmptySection->firstRowCellAdjoiningTableEnd())… in calcBorderEnd()
1263 const RenderTableSection* topNonEmptySection = this->topNonEmptySection(); in firstLineBoxBaseline() local
1264 if (!topNonEmptySection) in firstLineBoxBaseline()
1267 int baseline = topNonEmptySection->firstLineBoxBaseline(); in firstLineBoxBaseline()
[all …]
DFixedTableLayout.cpp132 RenderTableSection* section = m_table->topNonEmptySection(); in calcWidthArray()
326 …for (RenderTableSection* section = m_table->topNonEmptySection(); section; section = m_table->sect… in willChangeTableLayout()
DRenderTable.h163 RenderTableSection* topNonEmptySection() const;