Searched refs:ComponentTransferType (Results 1 – 5 of 5) sorted by relevance
32 struct SVGPropertyTraits<ComponentTransferType> {35 static String toString(ComponentTransferType type)56 static ComponentTransferType fromString(const String& value)87 DECLARE_ANIMATED_ENUMERATION(Type, type, ComponentTransferType)
34 …ERATION(SVGComponentTransferFunctionElement, SVGNames::typeAttr, Type, type, ComponentTransferType) in DEFINE_ANIMATED_ENUMERATION() argument86 … ComponentTransferType propertyValue = SVGPropertyTraits<ComponentTransferType>::fromString(value); in parseAttribute()
86 return SVGPropertyTraits<ComponentTransferType>::fromString(value); in enumerationValueForTargetAttribute()
32 enum ComponentTransferType { enum52 ComponentTransferType type;
227 static TextStream& operator<<(TextStream& ts, const ComponentTransferType& type) in operator <<()