Searched refs:SkipEmptySectionsValue (Results 1 – 2 of 2) sorted by relevance
41 enum SkipEmptySectionsValue { DoNotSkipEmptySections, SkipEmptySections }; enum227 …RenderTableSection* sectionAbove(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmpt…228 …RenderTableSection* sectionBelow(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmpt…
1191 …on* RenderTable::sectionAbove(const RenderTableSection* section, SkipEmptySectionsValue skipEmptyS… in sectionAbove()1209 …on* RenderTable::sectionBelow(const RenderTableSection* section, SkipEmptySectionsValue skipEmptyS… in sectionBelow()