DoNotSkipEmptySections 1214 Source/core/rendering/RenderTable.cpp if (prevSection->isTableSection() && prevSection != m_head && prevSection != m_foot && (skipEmptySections == DoNotSkipEmptySections || toRenderTableSection(prevSection)->numRows())) DoNotSkipEmptySections 1218 Source/core/rendering/RenderTable.cpp if (!prevSection && m_head && (skipEmptySections == DoNotSkipEmptySections || m_head->numRows())) DoNotSkipEmptySections 1232 Source/core/rendering/RenderTable.cpp if (nextSection->isTableSection() && nextSection != m_head && nextSection != m_foot && (skipEmptySections == DoNotSkipEmptySections || toRenderTableSection(nextSection)->numRows())) DoNotSkipEmptySections 1236 Source/core/rendering/RenderTable.cpp if (!nextSection && m_foot && (skipEmptySections == DoNotSkipEmptySections || m_foot->numRows())) DoNotSkipEmptySections 233 Source/core/rendering/RenderTable.h RenderTableSection* sectionAbove(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmptySections) const; DoNotSkipEmptySections 234 Source/core/rendering/RenderTable.h RenderTableSection* sectionBelow(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmptySections) const;