Searched refs:SVGMarkerUnitsType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGMarkerElement.h34 enum SVGMarkerUnitsType { enum in namespace:blink
39 template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGMarkerUnitsType>();
69 SVGAnimatedEnumeration<SVGMarkerUnitsType>* markerUnits() { return m_markerUnits.get(); }
93 RefPtr<SVGAnimatedEnumeration<SVGMarkerUnitsType> > m_markerUnits;
H A DSVGMarkerElement.cpp32 template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGMarkerUnitsType>()
51 , m_markerUnits(SVGAnimatedEnumeration<SVGMarkerUnitsType>::create(this, SVGNames::markerUnitsAttr, SVGMarkerUnitsStrokeWidth))
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceMarker.h59 SVGMarkerUnitsType markerUnits() const { return toSVGMarkerElement(element())->markerUnits()->currentValue()->enumValue(); }
H A DSVGRenderTreeAsText.cpp183 static TextStream& operator<<(TextStream& ts, const SVGMarkerUnitsType& markerUnit)
185 ts << SVGEnumerationToString<SVGMarkerUnitsType>(markerUnit);

Completed in 1629 milliseconds