Searched refs:sectionAbove (Results 1 – 4 of 4) sorted by relevance
79 … section = m_renderTable.bottomSection(); section; section = m_renderTable.sectionAbove(section)) { in paintObject()
233 …RenderTableSection* sectionAbove(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmpt…
1102 RenderTableSection* RenderTable::sectionAbove(const RenderTableSection* section, SkipEmptySectionsV… in sectionAbove() function in blink::RenderTable1166 section = sectionAbove(cell->section(), SkipEmptySections); in cellAbove()
750 currSection = table->sectionAbove(currSection, SkipEmptySections); in computeCollapsedBeforeBorder()