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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTableCell.cpp 123 tableSection = table->sectionBelow(tableSection, SkipEmptySections);
AXTable.cpp 410 tableSection = table->sectionBelow(tableSection, SkipEmptySections);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h 41 enum SkipEmptySectionsValue { DoNotSkipEmptySections, SkipEmptySections };