Searched refs:sectionAbove (Results 1 – 3 of 3) sorted by relevance
227 …RenderTableSection* sectionAbove(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmpt…
696 … for (RenderTableSection* section = bottomSection(); section; section = sectionAbove(section)) { in paintObject()1191 RenderTableSection* RenderTable::sectionAbove(const RenderTableSection* section, SkipEmptySectionsV… in sectionAbove() function in WebCore::RenderTable1255 section = sectionAbove(cell->section(), SkipEmptySections); in cellAbove()
759 currSection = table->sectionAbove(currSection, SkipEmptySections); in computeCollapsedBeforeBorder()