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.h92 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType) in CSSGradientValue() function
100CSSGradientValue(const CSSGradientValue& other, ClassType classType, CSSGradientType gradientType) in CSSGradientValue() function
160 : CSSGradientValue(LinearGradientClass, repeat, gradientType) in CSSGradientValue() function
205 : CSSGradientValue(RadialGradientClass, repeat, gradientType) in CSSGradientValue() function