Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp396 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in simplifiedNormalFlowLayout()
515 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in layout()
538 section = sectionBelow(section); in layout()
628 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in addOverflowFromChildren()
794 section = sectionBelow(section, SkipEmptySections); in topNonEmptySection()
1152 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in outerBorderStart()
1179 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in outerBorderEnd()
1210 RenderTableSection* RenderTable::sectionBelow(const RenderTableSection* section, SkipEmptySectionsV… in sectionBelow() function in WebCore::RenderTable
1285 section = sectionBelow(cell->section(), SkipEmptySections); in cellBelow()
DFixedTableLayout.cpp323 …tion* section = m_table->topNonEmptySection(); section; section = m_table->sectionBelow(section)) { in willChangeTableLayout()
DRenderTable.h234 …RenderTableSection* sectionBelow(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmpt…
DRenderTableCell.cpp840 currSection = table->sectionBelow(currSection, SkipEmptySections); in computeCollapsedAfterBorder()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXTableCell.cpp123 tableSection = table->sectionBelow(tableSection, SkipEmptySections); in rowIndexRange()
DAXTable.cpp413 tableSection = table->sectionBelow(tableSection, SkipEmptySections); in addChildren()