Searched refs:sectionBelow (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXTableCell.cpp123 tableSection = table->sectionBelow(tableSection, SkipEmptySections);
H A DAXTable.cpp410 tableSection = table->sectionBelow(tableSection, SkipEmptySections);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp392 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) {
506 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section))
534 section = sectionBelow(section);
612 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section))
704 section = sectionBelow(section, SkipEmptySections);
1062 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) {
1089 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) {
1120 RenderTableSection* RenderTable::sectionBelow(const RenderTableSection* section, SkipEmptySectionsValue skipEmptySections) const function in class:blink::RenderTable
1195 section = sectionBelow(cell->section(), SkipEmptySections);
H A DFixedTableLayout.cpp326 for (RenderTableSection* section = m_table->topNonEmptySection(); section; section = m_table->sectionBelow(section)) {
H A DRenderTable.h234 RenderTableSection* sectionBelow(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmptySections) const;
H A DRenderTableCell.cpp828 currSection = table->sectionBelow(currSection, SkipEmptySections);

Completed in 286 milliseconds