HomeSort by relevance Sort by last modified time
    Searched refs:borderHalfStart (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderTableCell.h 74 int borderHalfStart(bool outer) const;
RenderTableCell.cpp 731 return table()->collapseBorders() ? borderHalfStart(false) : RenderBlock::borderStart();
753 return tableStyle->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer);
761 return tableStyle->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer);
770 return tableStyle->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer);
778 return tableStyle->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer);
781 int RenderTableCell::borderHalfStart(bool outer) const
    [all...]

Completed in 141 milliseconds