Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.h112 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType) in CSSGradientValue() function
120CSSGradientValue(const CSSGradientValue& other, ClassType classType, CSSGradientType gradientType) in CSSGradientValue() function
182 : CSSGradientValue(LinearGradientClass, repeat, gradientType) in CSSGradientValue() function
229 : CSSGradientValue(RadialGradientClass, repeat, gradientType) in CSSGradientValue() function