Home | History | Annotate | Download | only in rendering

Lines Matching refs:bottomColor

1603     const Color& bottomColor = style->visitedDependentColor(CSSPropertyBorderBottomColor);
1639 bool lowerLeftBorderStylesMatch = renderLeft && (bottomStyle == leftStyle) && (bottomColor == leftColor) && (bottomStyle != OUTSET) && (bottomStyle != RIDGE) && (bottomStyle != INSET) && (bottomStyle != GROOVE);
1640 bool lowerRightBorderStylesMatch = renderRight && (bottomStyle == rightStyle) && (bottomColor == rightColor);
1721 || (bottomColor == leftColor && bottomTransparent == leftTransparent && bottomStyle >= OUTSET
1725 || (bottomColor == rightColor && bottomTransparent == rightTransparent && bottomStyle >= OUTSET
1735 drawLineForBoxSide(graphicsContext, x, ty + h - style->borderBottomWidth(), x2, ty + h, BSBottom, bottomColor, bottomStyle,
1763 BSBottom, bottomColor, bottomStyle, true);
1785 BSBottom, bottomColor, bottomStyle, false);
1798 || (bottomColor == leftColor && bottomTransparent == leftTransparent && leftStyle >= OUTSET
1866 || ((bottomColor == rightColor) && (bottomTransparent == rightTransparent)