Searched refs:borderHalfStart (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp910 return table()->collapseBorders() ? borderHalfStart(false) : RenderBlockFlow::borderStart();
932 return styleForCellFlow->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer);
940 return styleForCellFlow->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer);
949 return styleForCellFlow->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer);
957 return styleForCellFlow->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer);
960 int RenderTableCell::borderHalfStart(bool outer) const function in class:blink::RenderTableCell
H A DRenderTableCell.h249 int borderHalfStart(bool outer) const;

Completed in 301 milliseconds