Home
last modified time | relevance | path

Searched refs:borderHalfBottom (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp333 int bottom = std::max(borderHalfBottom(true), outlineSize); in clippedOverflowRectForPaintInvalidation()
337 bottom = std::max(bottom, before->borderHalfBottom(true)); in clippedOverflowRectForPaintInvalidation()
343 bottom = std::max(bottom, after->borderHalfBottom(true)); in clippedOverflowRectForPaintInvalidation()
903 return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlockFlow::borderBottom(); in borderBottom()
952 int RenderTableCell::borderHalfBottom(bool outer) const in borderHalfBottom() function in blink::RenderTableCell
DRenderTableCell.h247 int borderHalfBottom(bool outer) const;