Home
last modified time | relevance | path

Searched refs:borderAdjoiningTableEnd (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableRow.h83 const BorderValue& borderAdjoiningTableEnd() const in borderAdjoiningTableEnd() function
DRenderTableSection.h160 const BorderValue& borderAdjoiningTableEnd() const in borderAdjoiningTableEnd() function
DRenderTableCell.h191 const BorderValue& borderAdjoiningTableEnd() const in borderAdjoiningTableEnd() function
DRenderTable.cpp960 const BorderValue& sectionAdjoiningBorder = topNonEmptySection->borderAdjoiningTableEnd(); in calcBorderEnd()
969 const BorderValue& endCellAdjoiningBorder = adjoiningEndCell->borderAdjoiningTableEnd(); in calcBorderEnd()
973 … const BorderValue& firstRowAdjoiningBorder = adjoiningEndCell->row()->borderAdjoiningTableEnd(); in calcBorderEnd()