HomeSort by relevance Sort by last modified time
    Searched refs:CSSGradientRepeat (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/css/
CSSGradientValue.h 40 enum CSSGradientRepeat { NonRepeating, Repeating };
70 CSSGradientValue(CSSGradientRepeat repeat, bool deprecatedType = false)
104 static PassRefPtr<CSSLinearGradientValue> create(CSSGradientRepeat repeat, bool deprecatedType = false)
114 CSSLinearGradientValue(CSSGradientRepeat repeat, bool deprecatedType = false)
129 static PassRefPtr<CSSRadialGradientValue> create(CSSGradientRepeat repeat, bool deprecatedType = false)
146 CSSRadialGradientValue(CSSGradientRepeat repeat, bool deprecatedType = false)
CSSParser.h 171 bool parseLinearGradient(RefPtr<CSSValue>&, CSSGradientRepeat repeating);
172 bool parseRadialGradient(RefPtr<CSSValue>&, CSSGradientRepeat repeating);
CSSParser.cpp     [all...]

Completed in 115 milliseconds