SkipEmptySections  370 Source/core/accessibility/AXTable.cpp         tableSection = table->sectionBelow(tableSection, SkipEmptySections);
SkipEmptySections  123 Source/core/accessibility/AXTableCell.cpp         tableSection = table->sectionBelow(tableSection, SkipEmptySections);
SkipEmptySections  807 Source/core/rendering/RenderTable.cpp         section = sectionBelow(section, SkipEmptySections);
SkipEmptySections 1269 Source/core/rendering/RenderTable.cpp         section = sectionAbove(cell->section(), SkipEmptySections);
SkipEmptySections 1298 Source/core/rendering/RenderTable.cpp         section = sectionBelow(cell->section(), SkipEmptySections);
SkipEmptySections  761 Source/core/rendering/RenderTableCell.cpp         currSection = table->sectionAbove(currSection, SkipEmptySections);
SkipEmptySections  839 Source/core/rendering/RenderTableCell.cpp         currSection = table->sectionBelow(currSection, SkipEmptySections);