Searched refs:sectionAbove (Results 1 – 6 of 6) sorted by relevance
187 … RenderTableSection* sectionAbove(const RenderTableSection*, bool skipEmptySections = false) const;
1094 RenderTableSection* RenderTable::sectionAbove(const RenderTableSection* section, bool skipEmptySect… in sectionAbove() function in WebCore::RenderTable1143 section = sectionAbove(cell->section(), true); in cellAbove()
575 currSection = table->sectionAbove(currSection); in collapsedBeforeBorder()
52274 (WebCore::RenderTable::sectionAbove): Added.52276 (WebCore::RenderTable::cellAbove): Changed to call sectionAbove.52280 (WebCore::RenderTableCell::collapsedTopBorder): Changed to call sectionAbove.
37422 (WebCore::RenderTable::sectionAbove): Added call to recalcSectionsIfNeeded().65673 (WebCore::RenderTable::sectionAbove): Fixed a bug when the last section was68974 (WebCore::RenderTable::sectionAbove):
77887 (WebCore::RenderTable::sectionAbove): Ditto.