Home
last modified time | relevance | path

Searched refs:CachedMatchedProperties (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchedPropertiesCache.cpp38 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()
DMatchedPropertiesCache.h38 struct CachedMatchedProperties { struct
53 … const CachedMatchedProperties* find(unsigned hash, const StyleResolverState&, const MatchResult&); argument
67 typedef HashMap<unsigned, OwnPtr<CachedMatchedProperties> > Cache;
DStyleResolver.cpp1349 const CachedMatchedProperties* cachedMatchedProperties = 0; in applyMatchedProperties()