Searched refs:animatedPropertyCache (Results 1 – 2 of 2) sorted by relevance
56 RefPtr<SVGAnimatedProperty> wrapper = animatedPropertyCache()->get(key); in lookupOrCreateWrapper()61 animatedPropertyCache()->set(key, wrapper); in lookupOrCreateWrapper()71 return static_cast<TearOffType*>(animatedPropertyCache()->get(key)); in lookupWrapper()86 static Cache* animatedPropertyCache();
47 Cache* cache = animatedPropertyCache(); in detachAnimatedPropertiesForElement()76 SVGAnimatedProperty::Cache* SVGAnimatedProperty::animatedPropertyCache() in animatedPropertyCache() function in WebCore::SVGAnimatedProperty