D | RenderTableCell.cpp | 858 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, in addBorder() function in WebCore::CollapsedBorders 958 borders.addBorder(topVal, BSTop, renderTop, tx, ty, tx + w, ty + topWidth, topStyle); in paintCollapsedBorder() 959 …borders.addBorder(bottomVal, BSBottom, renderBottom, tx, ty + h - bottomWidth, tx + w, ty + h, bot… in paintCollapsedBorder() 960 borders.addBorder(leftVal, BSLeft, renderLeft, tx, ty, tx + leftWidth, ty + h, leftStyle); in paintCollapsedBorder() 961 …borders.addBorder(rightVal, BSRight, renderRight, tx + w - rightWidth, ty, tx + w, ty + h, rightSt… in paintCollapsedBorder()
|