Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.h63 class CSSGradientValue : public CSSImageGeneratorValue {
89 …PassRefPtr<CSSGradientValue> gradientWithStylesResolved(const TextLinkColors&, Color currentColor);
92 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType) in CSSGradientValue() function
100CSSGradientValue(const CSSGradientValue& other, ClassType classType, CSSGradientType gradientType) in CSSGradientValue() function
134 DEFINE_CSS_VALUE_TYPE_CASTS(CSSGradientValue, isGradientValue());
136 class CSSLinearGradientValue : public CSSGradientValue {
160 : CSSGradientValue(LinearGradientClass, repeat, gradientType) in CSSGradientValue() function
165 : CSSGradientValue(other, LinearGradientClass, other.gradientType()) in CSSLinearGradientValue()
175 class CSSRadialGradientValue : public CSSGradientValue {
205 : CSSGradientValue(RadialGradientClass, repeat, gradientType) in CSSGradientValue() function
[all …]
DCSSGradientValue.cpp46 PassRefPtr<Image> CSSGradientValue::image(RenderObject* renderer, const IntSize& size) in image()
88 void CSSGradientValue::sortStopsIfNeeded() in sortStopsIfNeeded()
109 PassRefPtr<CSSGradientValue> CSSGradientValue::gradientWithStylesResolved(const TextLinkColors& tex… in gradientWithStylesResolved()
119 RefPtr<CSSGradientValue> result; in gradientWithStylesResolved()
137 void CSSGradientValue::addStops(Gradient* gradient, const CSSToLengthConversionData& conversionData… in addStops()
423 FloatPoint CSSGradientValue::computeEndPoint(CSSPrimitiveValue* horizontal, CSSPrimitiveValue* vert… in computeEndPoint()
436 bool CSSGradientValue::isCacheable() const in isCacheable()
454 bool CSSGradientValue::knownToBeOpaque(const RenderObject*) const in knownToBeOpaque()
DCSSParser.h256 bool parseGradientColorStops(CSSParserValueList*, CSSGradientValue*, bool expectComma);
DCSSParser-in.cpp7310 RefPtr<CSSGradientValue> result; in parseDeprecatedGradient()
7834 bool CSSParser::parseGradientColorStops(CSSParserValueList* valueList, CSSGradientValue* gradient, … in parseGradientColorStops()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm.mk113 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
Dwebcore_remaining.target.linux-x86.mk113 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
Dwebcore_remaining.target.linux-mips.mk113 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
Dwebcore_remaining.target.darwin-arm.mk113 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
Dwebcore_remaining.target.darwin-x86.mk113 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
Dwebcore_remaining.target.darwin-mips.mk113 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
Dcore.gypi655 'css/CSSGradientValue.cpp',
656 'css/CSSGradientValue.h',