Searched defs:topNonEmptySection (Results 1 - 1 of 1) 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...]

Completed in 118 milliseconds