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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.h63 class CSSGradientValue : public CSSImageGeneratorValue { class in namespace:WebCore
89 PassRefPtr<CSSGradientValue> gradientWithStylesResolved(const TextLinkColors&, Color currentColor);
92 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType) function in class:WebCore::CSSGradientValue
100 CSSGradientValue(const CSSGradientValue& other, ClassType classType, CSSGradientType gradientType) function in class:WebCore::CSSGradientValue
134 DEFINE_CSS_VALUE_TYPE_CASTS(CSSGradientValue, isGradientValue());
136 class CSSLinearGradientValue : public CSSGradientValue {
160 : CSSGradientValue(LinearGradientClass, repeat, gradientType)
165 : CSSGradientValue(other, LinearGradientClass, other.gradientType())
175 class CSSRadialGradientValue : public CSSGradientValue {
[all...]

Completed in 94 milliseconds