HomeSort by relevance Sort by last modified time
    Searched defs:gradientType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.h 98 CSSGradientType gradientType() const { return m_gradientType; }
112 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType)
115 , m_gradientType(gradientType)
120 CSSGradientValue(const CSSGradientValue& other, ClassType classType, CSSGradientType gradientType)
128 , m_gradientType(gradientType)
159 static PassRefPtrWillBeRawPtr<CSSLinearGradientValue> create(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient)
161 return adoptRefWillBeNoop(new CSSLinearGradientValue(repeat, gradientType));
181 CSSLinearGradientValue(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient)
182 : CSSGradientValue(LinearGradientClass, repeat, gradientType)
187 : CSSGradientValue(other, LinearGradientClass, other.gradientType())
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 91 milliseconds