Home
last modified time | relevance | path

Searched refs:outerBorderBottom (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h116 int outerBorderBottom() const in outerBorderBottom() function
DRenderTable.cpp617 int bottomBorderOverflow = height() + outerBorderBottom() - borderBottom(); in addOverflowFromChildren()
DRenderTableCell.cpp1115 if (paintRect.maxY() + table()->outerBorderBottom() <= localRepaintRect.y()) in paintCollapsedBorders()