Searched refs:SVGAnimatedPropertyDescription (Results 1 – 3 of 3) sorted by relevance
33 struct SVGAnimatedPropertyDescription { struct35 SVGAnimatedPropertyDescription() in SVGAnimatedPropertyDescription() function42 SVGAnimatedPropertyDescription(WTF::HashTableDeletedValueType) in SVGAnimatedPropertyDescription() function52 SVGAnimatedPropertyDescription(SVGElement* element, const AtomicString& attributeName) in SVGAnimatedPropertyDescription() argument60 bool operator==(const SVGAnimatedPropertyDescription& other) const70 static unsigned hash(const SVGAnimatedPropertyDescription& key) in hash() argument72 return StringHasher::hashMemory<sizeof(SVGAnimatedPropertyDescription)>(&key); in hash()75 …static bool equal(const SVGAnimatedPropertyDescription& a, const SVGAnimatedPropertyDescription& b) in equal()83 …atedPropertyDescriptionHashTraits : WTF::SimpleClassHashTraits<SVGAnimatedPropertyDescription> { };
47 …typedef HashMap<SVGAnimatedPropertyDescription, RefPtr<SVGAnimatedProperty>, SVGAnimatedPropertyDe…55 SVGAnimatedPropertyDescription key(element, info->propertyIdentifier); in lookupOrCreateWrapper()70 SVGAnimatedPropertyDescription key(element, info->propertyIdentifier); in lookupWrapper()
49 Vector<SVGAnimatedPropertyDescription> keysToRemove; in detachAnimatedPropertiesForElement()59 …for (Vector<SVGAnimatedPropertyDescription>::const_iterator it = keysToRemove.begin(); it != keysT… in detachAnimatedPropertiesForElement()