Searched refs:topNonEmptySection (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp700 RenderTableSection* RenderTable::topNonEmptySection() const function in class:blink::RenderTable
904 if (const RenderTableSection* topNonEmptySection = this->topNonEmptySection()) {
905 const BorderValue& sectionAdjoiningBorder = topNonEmptySection->borderAdjoiningTableStart();
912 if (const RenderTableCell* adjoiningStartCell = topNonEmptySection->firstRowCellAdjoiningTableStart()) {
959 if (const RenderTableSection* topNonEmptySection = this->topNonEmptySection()) {
960 const BorderValue& sectionAdjoiningBorder = topNonEmptySection->borderAdjoiningTableEnd();
967 if (const RenderTableCell* adjoiningEndCell = topNonEmptySection->firstRowCellAdjoiningTableEnd()) {
1263 const RenderTableSection* topNonEmptySection local
[all...]
H A DFixedTableLayout.cpp132 RenderTableSection* section = m_table->topNonEmptySection();
326 for (RenderTableSection* section = m_table->topNonEmptySection(); section; section = m_table->sectionBelow(section)) {
H A DRenderTable.h163 RenderTableSection* topNonEmptySection() const;

Completed in 111 milliseconds