Searched refs:borderHalfBottom (Results 1 – 2 of 2) sorted by relevance
333 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
247 int borderHalfBottom(bool outer) const;