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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGMarkerElement.h68 SVGAnimatedLength* markerHeight() const { return m_markerHeight.get(); }
91 RefPtr<SVGAnimatedLength> m_markerHeight; member in class:blink::FINAL
H A DSVGMarkerElement.cpp49 , m_markerHeight(SVGAnimatedLength::create(this, SVGNames::markerHeightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))
55 m_markerHeight->setDefaultValueAsString("3");
60 addToPropertyMap(m_markerHeight);
102 m_markerHeight->setBaseValueAsString(value, parseError);
169 || m_markerHeight->currentValue()->isRelative();

Completed in 1560 milliseconds