Home | History | Annotate | Download | only in rendering

Lines Matching refs:topColor

1602     const Color& topColor = style->visitedDependentColor(CSSPropertyBorderTopColor);
1637 bool upperLeftBorderStylesMatch = renderLeft && (topStyle == leftStyle) && (topColor == leftColor);
1638 bool upperRightBorderStylesMatch = renderRight && (topStyle == rightStyle) && (topColor == rightColor) && (topStyle != OUTSET) && (topStyle != RIDGE) && (topStyle != INSET) && (topStyle != GROOVE);
1644 || (topColor == leftColor && topTransparent == leftTransparent && topStyle >= OUTSET
1648 || (topColor == rightColor && topTransparent == rightTransparent && topStyle >= OUTSET
1658 drawLineForBoxSide(graphicsContext, x, ty, x2, ty + style->borderTopWidth(), BSTop, topColor, topStyle,
1686 BSTop, topColor, topStyle, true);
1712 BSTop, topColor, topStyle, false);
1794 || (topColor == leftColor && topTransparent == leftTransparent && leftStyle >= OUTSET
1861 || ((topColor == rightColor) && (topTransparent == rightTransparent)