Searched refs:animatedPropertyCache (Results 1 – 1 of 1) sorted by relevance
54 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