Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedProperty.h56 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();
DSVGAnimatedProperty.cpp47 Cache* cache = animatedPropertyCache(); in detachAnimatedPropertiesForElement()
76 SVGAnimatedProperty::Cache* SVGAnimatedProperty::animatedPropertyCache() in animatedPropertyCache() function in WebCore::SVGAnimatedProperty