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.cpp335 int bottom = max(borderHalfBottom(true), outlineSize); in clippedOverflowRectForRepaint()
339 bottom = max(bottom, before->borderHalfBottom(true)); in clippedOverflowRectForRepaint()
345 bottom = max(bottom, after->borderHalfBottom(true)); in clippedOverflowRectForRepaint()
912 return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlock::borderBottom(); in borderBottom()
961 int RenderTableCell::borderHalfBottom(bool outer) const in borderHalfBottom() function in WebCore::RenderTableCell
DRenderTableCell.h245 int borderHalfBottom(bool outer) const;