Home
last modified time | relevance | path

Searched refs:SkipEmptySectionsValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h41 enum SkipEmptySectionsValue { DoNotSkipEmptySections, SkipEmptySections }; enum
227 …RenderTableSection* sectionAbove(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmpt…
228 …RenderTableSection* sectionBelow(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmpt…
DRenderTable.cpp1191 …on* RenderTable::sectionAbove(const RenderTableSection* section, SkipEmptySectionsValue skipEmptyS… in sectionAbove()
1209 …on* RenderTable::sectionBelow(const RenderTableSection* section, SkipEmptySectionsValue skipEmptyS… in sectionBelow()