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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.h245 int borderHalfRight(bool outer) const;
H A DRenderTableCell.cpp331 int right = std::max(borderHalfRight(true), outlineSize);
349 right = std::max(right, above->borderHalfRight(true));
355 right = std::max(right, below->borderHalfRight(true));
893 return table()->collapseBorders() ? borderHalfRight(false) : RenderBlockFlow::borderRight();
936 int RenderTableCell::borderHalfRight(bool outer) const function in class:blink::RenderTableCell

Completed in 1413 milliseconds