CachedMatchedProperties   38 Source/core/css/resolver/MatchedPropertiesCache.cpp void CachedMatchedProperties::set(const RenderStyle* style, const RenderStyle* parentStyle, const MatchResult& matchResult)
CachedMatchedProperties   49 Source/core/css/resolver/MatchedPropertiesCache.cpp void CachedMatchedProperties::clear()
CachedMatchedProperties   62 Source/core/css/resolver/MatchedPropertiesCache.cpp const CachedMatchedProperties* MatchedPropertiesCache::find(unsigned hash, const StyleResolverState& styleResolverState, const MatchResult& matchResult)
CachedMatchedProperties   69 Source/core/css/resolver/MatchedPropertiesCache.cpp     CachedMatchedProperties* cacheItem = it->value.get();
CachedMatchedProperties   98 Source/core/css/resolver/MatchedPropertiesCache.cpp         addResult.storedValue->value = adoptPtr(new CachedMatchedProperties);
CachedMatchedProperties  100 Source/core/css/resolver/MatchedPropertiesCache.cpp     CachedMatchedProperties* cacheItem = addResult.storedValue->value.get();
CachedMatchedProperties  116 Source/core/css/resolver/MatchedPropertiesCache.cpp         CachedMatchedProperties* cacheItem = it->value.get();
CachedMatchedProperties  133 Source/core/css/resolver/MatchedPropertiesCache.cpp         CachedMatchedProperties* cacheItem = it->value.get();
CachedMatchedProperties   53 Source/core/css/resolver/MatchedPropertiesCache.h     const CachedMatchedProperties* find(unsigned hash, const StyleResolverState&, const MatchResult&);
CachedMatchedProperties   68 Source/core/css/resolver/MatchedPropertiesCache.h     typedef HashMap<unsigned, OwnPtr<CachedMatchedProperties> > Cache;
CachedMatchedProperties 1259 Source/core/css/resolver/StyleResolver.cpp     const CachedMatchedProperties* cachedMatchedProperties = 0;