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

/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.h47 class CSSGradientValue : public CSSImageGeneratorValue { class in namespace:WebCore
70 CSSGradientValue(CSSGradientRepeat repeat, bool deprecatedType = false) function in class:WebCore::CSSGradientValue
102 class CSSLinearGradientValue : public CSSGradientValue {
115 : CSSGradientValue(repeat, deprecatedType)
127 class CSSRadialGradientValue : public CSSGradientValue {
147 : CSSGradientValue(repeat, deprecatedType)

Completed in 29 milliseconds