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

/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGAttributeToPropertyMap.cpp21 #include "SVGAttributeToPropertyMap.h"
28 void SVGAttributeToPropertyMap::addProperties(const SVGAttributeToPropertyMap& map)
45 void SVGAttributeToPropertyMap::addProperty(const SVGPropertyInfo* info)
59 void SVGAttributeToPropertyMap::animatedPropertiesForAttribute(SVGElement* ownerType, const QualifiedName& attributeName, Vector<RefPtr<SVGAnimatedProperty>>& properties)
71 void SVGAttributeToPropertyMap::animatedPropertyTypeForAttribute(const QualifiedName& attributeName, Vector<AnimatedPropertyType>& propertyTypes)
82 void SVGAttributeToPropertyMap::synchronizeProperties(SVGElement* contextElement)
96 bool SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName)
110 void SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo* info)
118 PassRefPtr<SVGAnimatedProperty> SVGAttributeToPropertyMap
[all...]
H A DSVGAttributeToPropertyMap.h31 class SVGAttributeToPropertyMap { class in namespace:WebCore
35 void addProperties(const SVGAttributeToPropertyMap&);
H A DSVGAnimatedPropertyMacros.h27 #include "SVGAttributeToPropertyMap.h"
71 SVGAttributeToPropertyMap& OwnerType::attributeToPropertyMap() \
73 DEPRECATED_DEFINE_STATIC_LOCAL(SVGAttributeToPropertyMap, s_attributeToPropertyMap, ()); \
79 SVGAttributeToPropertyMap& map = OwnerType::attributeToPropertyMap(); \
108 static SVGAttributeToPropertyMap& attributeToPropertyMap(); \
109 virtual SVGAttributeToPropertyMap& localAttributeToPropertyMap() \
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGTests.h48 static SVGAttributeToPropertyMap& attributeToPropertyMap();
H A DSVGTests.cpp91 SVGAttributeToPropertyMap& SVGTests::attributeToPropertyMap()
93 static NeverDestroyed<SVGAttributeToPropertyMap> map;
H A DSVGElement.h46 class SVGAttributeToPropertyMap;

Completed in 115 milliseconds