Searched defs:leftColor (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp1604 const Color& leftColor = style->visitedDependentColor(CSSPropertyBorderLeftColor); local
1637 bool upperLeftBorderStylesMatch = renderLeft && (topStyle == leftStyle) && (topColor == leftColor);
1639 bool lowerLeftBorderStylesMatch = renderLeft && (bottomStyle == leftStyle) && (bottomColor == leftColor) && (bottomStyle != OUTSET) && (bottomStyle != RIDGE) && (bottomStyle != INSET) && (bottomStyle != GROOVE);
1644 || (topColor == leftColor && topTransparent == leftTransparent && topStyle >= OUTSET
1721 || (bottomColor == leftColor && bottomTransparent == leftTransparent && bottomStyle >= OUTSET
1794 || (topColor == leftColor && topTransparent == leftTransparent && leftStyle >= OUTSET
1798 || (bottomColor == leftColor && bottomTransparent == leftTransparent && leftStyle >= OUTSET
1808 drawLineForBoxSide(graphicsContext, tx, y, tx + style->borderLeftWidth(), y2, BSLeft, leftColor, leftStyle,
1831 BSLeft, leftColor, leftStyle, true);
1852 BSLeft, leftColor, leftStyl
[all...]

Completed in 55 milliseconds