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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGMarkerElement.h67 SVGAnimatedLength* markerWidth() const { return m_markerWidth.get(); }
90 RefPtr<SVGAnimatedLength> m_markerWidth; member in class:blink::FINAL
H A DSVGMarkerElement.cpp48 , m_markerWidth(SVGAnimatedLength::create(this, SVGNames::markerWidthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
54 m_markerWidth->setDefaultValueAsString("3");
59 addToPropertyMap(m_markerWidth);
100 m_markerWidth->setBaseValueAsString(value, parseError);
168 || m_markerWidth->currentValue()->isRelative()

Completed in 30 milliseconds