CSSGradientType   582 Source/core/css/CSSGradientValue.cpp static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPoint& secondPoint, CSSGradientType type)
CSSGradientType   105 Source/core/css/CSSGradientValue.h     CSSGradientType gradientType() const { return m_gradientType; }
CSSGradientType   119 Source/core/css/CSSGradientValue.h     CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType)
CSSGradientType   127 Source/core/css/CSSGradientValue.h     CSSGradientValue(const CSSGradientValue& other, ClassType classType, CSSGradientType gradientType)
CSSGradientType   157 Source/core/css/CSSGradientValue.h     CSSGradientType m_gradientType;
CSSGradientType   166 Source/core/css/CSSGradientValue.h     static PassRefPtrWillBeRawPtr<CSSLinearGradientValue> create(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient)
CSSGradientType   188 Source/core/css/CSSGradientValue.h     CSSLinearGradientValue(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient)
CSSGradientType   206 Source/core/css/CSSGradientValue.h     static PassRefPtrWillBeRawPtr<CSSRadialGradientValue> create(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSRadialGradient)
CSSGradientType   235 Source/core/css/CSSGradientValue.h     CSSRadialGradientValue(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSRadialGradient)
CSSGradientType  6398 Source/core/css/parser/CSSPropertyParser.cpp     CSSGradientType gradientType;