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.cpp402 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in simplifiedNormalFlowLayout()
518 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in layout()
521 …if (!topSection() && computedLogicalHeight > totalSectionLogicalHeight && !document().inQuirksMode… in layout()
532 RenderTableSection* section = topSection(); in layout()
631 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) in addOverflowFromChildren()
796 RenderTableSection* section = topSection(); in topNonEmptySection()
1105 if (RenderTableSection* topSection = this->topSection()) { in outerBorderBefore() local
1106 borderWidth = topSection->outerBorderBefore(); in outerBorderBefore()
1151 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in outerBorderStart()
1178 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { in outerBorderEnd()
DRenderTable.h159 RenderTableSection* topSection() const;
342 inline RenderTableSection* RenderTable::topSection() const in topSection() function
DRenderTableSection.cpp628 if (this == table()->topSection()) in calcRowLogicalHeight()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXTableCell.cpp118 RenderTableSection* tableSection = table->topSection(); in rowIndexRange()
DAXTable.cpp339 RenderTableSection* tableSection = table->topSection(); in addChildren()