HomeSort by relevance Sort by last modified time
    Searched full:cachedmatchedproperties (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.h 38 struct CachedMatchedProperties {
53 const CachedMatchedProperties* find(unsigned hash, const StyleResolverState&, const MatchResult&);
67 typedef HashMap<unsigned, OwnPtr<CachedMatchedProperties> > Cache;
MatchedPropertiesCache.cpp 38 void CachedMatchedProperties::set(const RenderStyle* style, const RenderStyle* parentStyle, const MatchResult& matchResult)
49 void CachedMatchedProperties::clear()
62 const CachedMatchedProperties* MatchedPropertiesCache::find(unsigned hash, const StyleResolverState& styleResolverState, const MatchResult& matchResult)
69 CachedMatchedProperties* cacheItem = it->value.get();
98 addResult.iterator->value = adoptPtr(new CachedMatchedProperties);
100 CachedMatchedProperties* cacheItem = addResult.iterator->value.get();
121 CachedMatchedProperties* cacheItem = it->value.get();
StyleResolver.cpp     [all...]

Completed in 44 milliseconds