SVGMarkerUnitsType 60 Source/core/rendering/svg/RenderSVGResourceMarker.h SVGMarkerUnitsType markerUnits() const { return toSVGMarkerElement(element())->markerUnits()->currentValue()->enumValue(); } SVGMarkerUnitsType 183 Source/core/rendering/svg/SVGRenderTreeAsText.cpp static TextStream& operator<<(TextStream& ts, const SVGMarkerUnitsType& markerUnit) SVGMarkerUnitsType 185 Source/core/rendering/svg/SVGRenderTreeAsText.cpp ts << SVGEnumerationToString<SVGMarkerUnitsType>(markerUnit); SVGMarkerUnitsType 33 Source/core/svg/SVGMarkerElement.cpp template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGMarkerUnitsType>() SVGMarkerUnitsType 53 Source/core/svg/SVGMarkerElement.cpp , m_markerUnits(SVGAnimatedEnumeration<SVGMarkerUnitsType>::create(this, SVGNames::markerUnitsAttr, SVGMarkerUnitsStrokeWidth)) SVGMarkerUnitsType 39 Source/core/svg/SVGMarkerElement.h template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGMarkerUnitsType>(); SVGMarkerUnitsType 68 Source/core/svg/SVGMarkerElement.h SVGAnimatedEnumeration<SVGMarkerUnitsType>* markerUnits() { return m_markerUnits.get(); } SVGMarkerUnitsType 92 Source/core/svg/SVGMarkerElement.h RefPtr<SVGAnimatedEnumeration<SVGMarkerUnitsType> > m_markerUnits;