Home
last modified time | relevance | path

Searched refs:firstRowCellAdjoiningTableEnd (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h162 const RenderTableCell* firstRowCellAdjoiningTableEnd() const;
DRenderTable.cpp1056 …f (const RenderTableCell* adjoiningEndCell = topNonEmptySection->firstRowCellAdjoiningTableEnd()) { in calcBorderEnd()
DRenderTableSection.cpp1664 const RenderTableCell* RenderTableSection::firstRowCellAdjoiningTableEnd() const in firstRowCellAdjoiningTableEnd() function in WebCore::RenderTableSection