Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGMarkerElement.cpp48 …, 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()
DSVGMarkerElement.h66 SVGAnimatedLength* markerWidth() const { return m_markerWidth.get(); } in markerWidth()
89 RefPtr<SVGAnimatedLength> m_markerWidth; variable