Home
last modified time | relevance | path

Searched refs:topSection (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp392 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in simplifiedNormalFlowLayout()
506 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in layout()
509 …if (!topSection() && computedLogicalHeight > totalSectionLogicalHeight && !document().inQuirksMode… in layout()
520 RenderTableSection* section = topSection(); in layout()
612 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in addOverflowFromChildren()
702 RenderTableSection* section = topSection(); in topNonEmptySection()
1016 if (RenderTableSection* topSection = this->topSection()) { in outerBorderBefore() local
1017 borderWidth = topSection->outerBorderBefore(); in outerBorderBefore()
1062 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in outerBorderStart()
1089 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in outerBorderEnd()
DRenderTable.h159 RenderTableSection* topSection() const;
358 inline RenderTableSection* RenderTable::topSection() const in topSection() function
DRenderTableSection.cpp713 if (this == table()->topSection()) in calcRowLogicalHeight()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXTableCell.cpp117 RenderTableSection* tableSection = table->topSection(); in rowIndexRange()
DAXTable.cpp378 RenderTableSection* tableSection = table->topSection(); in addChildren()