Home
last modified time | relevance | path

Searched refs:CSSGradientRepeat (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.h48 enum CSSGradientRepeat { NonRepeating, Repeating }; enum
112 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType) in CSSGradientValue()
159 …static PassRefPtrWillBeRawPtr<CSSLinearGradientValue> create(CSSGradientRepeat repeat, CSSGradient…
181 … CSSLinearGradientValue(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient)
199 …static PassRefPtrWillBeRawPtr<CSSRadialGradientValue> create(CSSGradientRepeat repeat, CSSGradient…
228 … CSSRadialGradientValue(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSRadialGradient)
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSPropertyParser.h228 …tedLinearGradient(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, CSSGradientRepeat repeating);
229 …tedRadialGradient(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, CSSGradientRepeat repeating);
230 …bool parseLinearGradient(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, CSSGradientRepeat rep…
231 …bool parseRadialGradient(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, CSSGradientRepeat rep…
DCSSPropertyParser.cpp6560 …CSSParserValueList* valueList, RefPtrWillBeRawPtr<CSSValue>& gradient, CSSGradientRepeat repeating) in parseDeprecatedLinearGradient()
6629 …CSSParserValueList* valueList, RefPtrWillBeRawPtr<CSSValue>& gradient, CSSGradientRepeat repeating) in parseDeprecatedRadialGradient()
6747 …CSSParserValueList* valueList, RefPtrWillBeRawPtr<CSSValue>& gradient, CSSGradientRepeat repeating) in parseLinearGradient()
6820 …CSSParserValueList* valueList, RefPtrWillBeRawPtr<CSSValue>& gradient, CSSGradientRepeat repeating) in parseRadialGradient()