sectionAbove 705 Source/core/rendering/RenderTable.cpp for (RenderTableSection* section = bottomSection(); section; section = sectionAbove(section)) { sectionAbove 1269 Source/core/rendering/RenderTable.cpp section = sectionAbove(cell->section(), SkipEmptySections); sectionAbove 233 Source/core/rendering/RenderTable.h RenderTableSection* sectionAbove(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmptySections) const; sectionAbove 761 Source/core/rendering/RenderTableCell.cpp currSection = table->sectionAbove(currSection, SkipEmptySections);