Searched refs:PresentationAttributeCacheCleaner (Results 1 – 1 of 1) sorted by relevance
73 class PresentationAttributeCacheCleaner { class74 WTF_MAKE_NONCOPYABLE(PresentationAttributeCacheCleaner); WTF_MAKE_FAST_ALLOCATED;76 PresentationAttributeCacheCleaner() in PresentationAttributeCacheCleaner() function in WebCore::PresentationAttributeCacheCleaner78 , m_cleanTimer(this, &PresentationAttributeCacheCleaner::cleanCache) in PresentationAttributeCacheCleaner()98 void cleanCache(Timer<PresentationAttributeCacheCleaner>* timer) in cleanCache()109 Timer<PresentationAttributeCacheCleaner> m_cleanTimer;157 DEFINE_STATIC_LOCAL(PresentationAttributeCacheCleaner, cacheCleaner, ()); in computePresentationAttributeStyle()