Searched refs:m_markerWidth (Results 1 – 2 of 2) sorted by relevance
48 …, m_markerWidth(SVGAnimatedLength::create(this, SVGNames::markerWidthAttr, SVGLength::create(Lengt… in SVGMarkerElement()56 m_markerWidth->setDefaultValueAsString("3"); in SVGMarkerElement()61 addToPropertyMap(m_markerWidth); in SVGMarkerElement()102 m_markerWidth->setBaseValueAsString(value, parseError); in parseAttribute()170 || m_markerWidth->currentValue()->isRelative() in selfHasRelativeLengths()
66 SVGAnimatedLength* markerWidth() const { return m_markerWidth.get(); } in markerWidth()89 RefPtr<SVGAnimatedLength> m_markerWidth; variable