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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGRadialGradientElement.h 42 SVGAnimatedLength* fx() const { return m_fx.get(); }
60 RefPtr<SVGAnimatedLength> m_fx; member in class:blink::FINAL
RadialGradientAttributes.h 31 , m_fx(SVGLength::create(LengthModeWidth))
49 SVGLength* fx() const { return m_fx.get(); }
56 void setFx(PassRefPtr<SVGLength> value) { m_fx = value; m_fxSet = true; }
72 RefPtr<SVGLength> m_fx; member in struct:blink::RadialGradientAttributes
SVGRadialGradientElement.cpp 39 , m_fx(SVGAnimatedLength::create(this, SVGNames::fxAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
54 addToPropertyMap(m_fx);
88 m_fx->setBaseValueAsString(value, parseError);
209 || m_fx->currentValue()->isRelative()

Completed in 55 milliseconds