Searched refs:CSSRadialGradientValue (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.h127 class CSSRadialGradientValue : public CSSGradientValue { class in namespace:WebCore
129 static PassRefPtr<CSSRadialGradientValue> create(CSSGradientRepeat repeat, bool deprecatedType = false)
131 return adoptRef(new CSSRadialGradientValue(repeat, deprecatedType));
146 CSSRadialGradientValue(CSSGradientRepeat repeat, bool deprecatedType = false) function in class:WebCore::CSSRadialGradientValue
H A DCSSGradientValue.cpp561 String CSSRadialGradientValue::cssText() const
630 float CSSRadialGradientValue::resolveRadius(CSSPrimitiveValue* radius, RenderStyle* style, RenderStyle* rootStyle, float* widthOrHeight)
722 PassRefPtr<Gradient> CSSRadialGradientValue::createGradient(RenderObject* renderer, const IntSize& size)
H A DCSSParser.cpp5161 result = CSSRadialGradientValue::create(NonRepeating, true);
5200 static_cast<CSSRadialGradientValue*>(result.get())->setFirstRadius(primitiveValueCache()->createValue(a->fValue, CSSPrimitiveValue::CSS_NUMBER));
5237 static_cast<CSSRadialGradientValue*>(result.get())->setSecondRadius(primitiveValueCache()->createValue(a->fValue, CSSPrimitiveValue::CSS_NUMBER));
5367 RefPtr<CSSRadialGradientValue> result = CSSRadialGradientValue::create(repeating);

Completed in 285 milliseconds