Home | History | Annotate | Download | only in properties

Lines Matching refs:Cache

39     // Remove wrapper from cache.
40 Cache* cache = animatedPropertyCache();
41 const Cache::const_iterator end = cache->end();
42 for (Cache::const_iterator it = cache->begin(); it != end; ++it) {
44 cache->remove(it->key);
61 SVGAnimatedProperty::Cache* SVGAnimatedProperty::animatedPropertyCache()
63 static Cache* s_cache = new Cache;