Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTableCell.cpp813 EBorderStyle topStyle = collapsedBorderStyle(topVal.style()); in paintCollapsedBorder() local
818 bool renderTop = topStyle > BHIDDEN && !topVal.isTransparent(); in paintCollapsedBorder()
826 borders.addBorder(topVal, BSTop, renderTop, tx, ty, tx + w, ty + topWidth, topStyle); in paintCollapsedBorder()