Home
last modified time | relevance | path

Searched refs:SVGAnimatedPropertyDescription (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedPropertyDescription.h33 struct SVGAnimatedPropertyDescription { struct
35 SVGAnimatedPropertyDescription() in SVGAnimatedPropertyDescription() function
42 SVGAnimatedPropertyDescription(WTF::HashTableDeletedValueType) in SVGAnimatedPropertyDescription() function
52 SVGAnimatedPropertyDescription(SVGElement* element, const AtomicString& attributeName) in SVGAnimatedPropertyDescription() argument
60 bool operator==(const SVGAnimatedPropertyDescription& other) const
70 static unsigned hash(const SVGAnimatedPropertyDescription& key) in hash() argument
72 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> { };
DSVGAnimatedProperty.h47 …typedef HashMap<SVGAnimatedPropertyDescription, RefPtr<SVGAnimatedProperty>, SVGAnimatedPropertyDe…
55 SVGAnimatedPropertyDescription key(element, info->propertyIdentifier); in lookupOrCreateWrapper()
70 SVGAnimatedPropertyDescription key(element, info->propertyIdentifier); in lookupWrapper()
DSVGAnimatedProperty.cpp49 Vector<SVGAnimatedPropertyDescription> keysToRemove; in detachAnimatedPropertiesForElement()
59 …for (Vector<SVGAnimatedPropertyDescription>::const_iterator it = keysToRemove.begin(); it != keysT… in detachAnimatedPropertiesForElement()