Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedProperty.h54 Cache* cache = animatedPropertyCache(); in ~SVGAnimatedProperty()
68 RefPtr<SVGAnimatedProperty> wrapper = animatedPropertyCache()->get(key); in lookupOrCreateWrapper()
71 animatedPropertyCache()->set(key, wrapper); in lookupOrCreateWrapper()
81 return static_pointer_cast<TearOffType>(animatedPropertyCache()->get(key)).get(); in lookupWrapper()
92 static Cache* animatedPropertyCache() in animatedPropertyCache() function