HomeSort by relevance Sort by last modified time
    Searched refs:SkipEmptySectionsValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h 41 enum SkipEmptySectionsValue { DoNotSkipEmptySections, SkipEmptySections };
233 RenderTableSection* sectionAbove(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmptySections) const;
234 RenderTableSection* sectionBelow(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmptySections) const;
RenderTable.cpp     [all...]

Completed in 259 milliseconds