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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderTreeAsText.cpp160 String SVGEnumerationToString(Enum value) function in namespace:blink::__anon11152
179 ts << SVGEnumerationToString<SVGUnitTypes::SVGUnitType>(unitType);
185 ts << SVGEnumerationToString<SVGMarkerUnitsType>(markerUnit);
191 ts << SVGEnumerationToString<SVGMarkerOrientType>(orientType);
245 ts << SVGEnumerationToString<SVGSpreadMethodType>(type).upper();

Completed in 73 milliseconds