Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBoxModelObject.cpp822 bool renderLeft = leftStyle > BHIDDEN && begin && !leftTransparent; in paintBorder() local
853 …bool upperLeftBorderStylesMatch = renderLeft && (topStyle == leftStyle) && (topColor == leftColor); in paintBorder()
855 …bool lowerLeftBorderStylesMatch = renderLeft && (bottomStyle == leftStyle) && (bottomColor == left… in paintBorder()
1008 if (renderLeft) { in paintBorder()
DRenderTableCell.cpp810 bool renderLeft = leftStyle > BHIDDEN && !leftVal.isTransparent(); in paintCollapsedBorder() local
818 borders.addBorder(leftVal, BSLeft, renderLeft, tx, ty, tx + leftWidth, ty + h, leftStyle); in paintCollapsedBorder()