HomeSort by relevance Sort by last modified time
    Searched refs:SVGAnimatedPropertyDescription (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPropertyDescription.h 33 struct SVGAnimatedPropertyDescription {
35 SVGAnimatedPropertyDescription()
42 SVGAnimatedPropertyDescription(WTF::HashTableDeletedValueType)
52 SVGAnimatedPropertyDescription(SVGElement* element, const AtomicString& attributeName)
60 bool operator==(const SVGAnimatedPropertyDescription& other) const
70 static unsigned hash(const SVGAnimatedPropertyDescription& key)
72 return StringHasher::hashMemory<sizeof(SVGAnimatedPropertyDescription)>(&key);
75 static bool equal(const SVGAnimatedPropertyDescription& a, const SVGAnimatedPropertyDescription& b)
83 struct SVGAnimatedPropertyDescriptionHashTraits : WTF::SimpleClassHashTraits<SVGAnimatedPropertyDescription> { };
    [all...]
SVGAnimatedProperty.h 24 #include "core/svg/properties/SVGAnimatedPropertyDescription.h"
46 typedef HashMap<SVGAnimatedPropertyDescription, SVGAnimatedProperty*, SVGAnimatedPropertyDescriptionHash, SVGAnimatedPropertyDescriptionHashTraits> Cache;
54 SVGAnimatedPropertyDescription key(element, info->propertyIdentifier);
69 SVGAnimatedPropertyDescription key(element, info->propertyIdentifier);

Completed in 318 milliseconds