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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.h 48 class MatchedPropertiesCache {
49 WTF_MAKE_NONCOPYABLE(MatchedPropertiesCache);
51 MatchedPropertiesCache();
63 void sweep(Timer<MatchedPropertiesCache>*);
70 Timer<MatchedPropertiesCache> m_sweepTimer;
MatchedPropertiesCache.cpp 30 #include "core/css/resolver/MatchedPropertiesCache.h"
56 MatchedPropertiesCache::MatchedPropertiesCache()
58 , m_sweepTimer(this, &MatchedPropertiesCache::sweep)
62 const CachedMatchedProperties* MatchedPropertiesCache::find(unsigned hash, const StyleResolverState& styleResolverState, const MatchResult& matchResult)
86 void MatchedPropertiesCache::add(const RenderStyle* style, const RenderStyle* parentStyle, unsigned hash, const MatchResult& matchResult)
107 void MatchedPropertiesCache::clear()
112 void MatchedPropertiesCache::sweep(Timer<MatchedPropertiesCache>*)
136 bool MatchedPropertiesCache::isCacheable(const Element* element, const RenderStyle* style, const RenderStyle* parentStyle
    [all...]
StyleResolver.h 34 #include "core/css/resolver/MatchedPropertiesCache.h"
299 MatchedPropertiesCache m_matchedPropertiesCache;
StyleResolver.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 203 third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 203 third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 203 third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 203 third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 203 third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 203 third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp \
    [all...]

Completed in 80 milliseconds