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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.h 54 // (CSSGradientValue) traceAfterDispatch method.
75 // We have to declare the VectorTraits specialization before CSSGradientValue
81 class CSSGradientValue : public CSSImageGeneratorValue {
107 PassRefPtrWillBeRawPtr<CSSGradientValue> gradientWithStylesResolved(const TextLinkColors&, Color currentColor);
112 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType)
120 CSSGradientValue(const CSSGradientValue& other, ClassType classType, CSSGradientType gradientType)
154 DEFINE_CSS_VALUE_TYPE_CASTS(CSSGradientValue, isGradientValue());
156 class CSSLinearGradientValue : public CSSGradientValue {
182 : CSSGradientValue(LinearGradientClass, repeat, gradientType
    [all...]
CSSGradientValue.cpp 27 #include "core/css/CSSGradientValue.h"
51 PassRefPtr<Image> CSSGradientValue::image(RenderObject* renderer, const IntSize& size)
93 void CSSGradientValue::sortStopsIfNeeded()
114 PassRefPtrWillBeRawPtr<CSSGradientValue> CSSGradientValue::gradientWithStylesResolved(const TextLinkColors& textLinkColors, Color currentColor)
124 RefPtrWillBeRawPtr<CSSGradientValue> result = nullptr;
142 void CSSGradientValue::addStops(Gradient* gradient, const CSSToLengthConversionData& conversionData, float maxLengthForRepeat)
439 FloatPoint CSSGradientValue::computeEndPoint(CSSPrimitiveValue* horizontal, CSSPrimitiveValue* vertical, const CSSToLengthConversionData& conversionData, const IntSize& size)
452 bool CSSGradientValue::isCacheable() const
470 bool CSSGradientValue::knownToBeOpaque(const RenderObject*) cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 31 #include "core/css/CSSGradientValue.h"
223 bool parseGradientColorStops(CSSParserValueList*, CSSGradientValue*, bool expectComma);
CSSPropertyParser.cpp 42 #include "core/css/CSSGradientValue.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 136 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 136 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 136 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 136 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 136 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 136 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 136 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 136 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 136 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 136 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 136 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 136 third_party/WebKit/Source/core/css/CSSGradientValue.cpp \
    [all...]

Completed in 244 milliseconds