Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTableCell.cpp736 return table()->collapseBorders() ? borderHalfEnd(false) : RenderBlock::borderEnd(); in borderEnd()
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()
789 int RenderTableCell::borderHalfEnd(bool outer) const in borderHalfEnd() function in WebCore::RenderTableCell
DRenderTableCell.h75 int borderHalfEnd(bool outer) const;
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0619193 (WebCore::RenderTableCell::borderHalfEnd): Similar.