HomeSort by relevance Sort by last modified time
    Searched defs:MatchedPropertiesCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.h 53 // entries in the MatchedPropertiesCache.
61 class MatchedPropertiesCache {
63 WTF_MAKE_NONCOPYABLE(MatchedPropertiesCache);
65 MatchedPropertiesCache();
83 void sweep(Timer<MatchedPropertiesCache>*);
88 Timer<MatchedPropertiesCache> m_sweepTimer;
MatchedPropertiesCache.cpp 30 #include "core/css/resolver/MatchedPropertiesCache.h"
84 MatchedPropertiesCache::MatchedPropertiesCache()
87 , m_sweepTimer(this, &MatchedPropertiesCache::sweep)
92 const CachedMatchedProperties* MatchedPropertiesCache::find(unsigned hash, const StyleResolverState& styleResolverState, const MatchResult& matchResult)
116 void MatchedPropertiesCache::add(const RenderStyle* style, const RenderStyle* parentStyle, unsigned hash, const MatchResult& matchResult)
139 void MatchedPropertiesCache::clear()
144 void MatchedPropertiesCache::clearViewportDependent()
156 void MatchedPropertiesCache::sweep(Timer<MatchedPropertiesCache>*)
    [all...]

Completed in 357 milliseconds