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

/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp1082 static EBorderStyle borderStyleForColorProperty(const RenderStyle* style, int colorProperty) argument
1085 switch (colorProperty) {
1105 const Color RenderStyle::colorIncludingFallback(int colorProperty, EBorderStyle borderStyle) const argument
1108 switch (colorProperty) {
1151 if ((colorProperty == CSSPropertyBorderLeftColor || colorProperty == CSSPropertyBorderRightColor
1152 || colorProperty == CSSPropertyBorderTopColor || colorProperty == CSSPropertyBorderBottomColor)
1162 const Color RenderStyle::visitedDependentColor(int colorProperty) const
1164 EBorderStyle borderStyle = borderStyleForColorProperty(this, colorProperty);
[all...]

Completed in 59 milliseconds