Home
last modified time | relevance | path

Searched refs:borderHalfEnd (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp924 return table()->collapseBorders() ? borderHalfEnd(false) : RenderBlock::borderEnd(); in borderEnd()
941 … return styleForCellFlow->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer); in borderHalfLeft()
949 … return styleForCellFlow->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer); in borderHalfRight()
958 … return styleForCellFlow->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer); in borderHalfTop()
966 … return styleForCellFlow->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer); in borderHalfBottom()
977 int RenderTableCell::borderHalfEnd(bool outer) const in borderHalfEnd() function in WebCore::RenderTableCell
DRenderTableCell.h248 int borderHalfEnd(bool outer) const;