Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTableCell.cpp731 return table()->collapseBorders() ? borderHalfStart(false) : RenderBlock::borderStart(); in borderStart()
753 return tableStyle->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer); in borderHalfLeft()
761 return tableStyle->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer); in borderHalfRight()
770 return tableStyle->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer); in borderHalfTop()
778 return tableStyle->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer); in borderHalfBottom()
781 int RenderTableCell::borderHalfStart(bool outer) const in borderHalfStart() function in WebCore::RenderTableCell
DRenderTableCell.h74 int borderHalfStart(bool outer) const;
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0619182 (WebCore::RenderTableCell::borderStart): Use borderHalfStart().
19191 (WebCore::RenderTableCell::borderHalfStart): Added. Uses collapsedStartBorder(). Splits odd