Searched refs:m_refY (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGMarkerElement.h66 SVGAnimatedLength* refY() const { return m_refY.get(); }
89 RefPtr<SVGAnimatedLength> m_refY; member in class:blink::FINAL
H A DSVGMarkerElement.cpp47 , m_refY(SVGAnimatedLength::create(this, SVGNames::refXAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
58 addToPropertyMap(m_refY);
98 m_refY->setBaseValueAsString(value, parseError);
167 || m_refY->currentValue()->isRelative()

Completed in 504 milliseconds