Searched refs:CachedMatchedProperties (Results 1 – 3 of 3) sorted by relevance
38 void CachedMatchedProperties::set(const RenderStyle* style, const RenderStyle* parentStyle, const M… in set()49 void CachedMatchedProperties::clear() in clear()62 const CachedMatchedProperties* MatchedPropertiesCache::find(unsigned hash, const StyleResolverState… in find()69 CachedMatchedProperties* cacheItem = it->value.get(); in find()98 addResult.iterator->value = adoptPtr(new CachedMatchedProperties); in add()100 CachedMatchedProperties* cacheItem = addResult.iterator->value.get(); in add()121 CachedMatchedProperties* cacheItem = it->value.get(); in sweep()
38 struct CachedMatchedProperties { struct53 … const CachedMatchedProperties* find(unsigned hash, const StyleResolverState&, const MatchResult&); argument67 typedef HashMap<unsigned, OwnPtr<CachedMatchedProperties> > Cache;
1349 const CachedMatchedProperties* cachedMatchedProperties = 0; in applyMatchedProperties()