Searched refs:m_cleanTimer (Results 1 – 1 of 1) sorted by relevance
78 , m_cleanTimer(this, &PresentationAttributeCacheCleaner::cleanCache) in PresentationAttributeCacheCleaner()89 if (!m_cleanTimer.isActive()) in didHitPresentationAttributeCache()90 m_cleanTimer.startOneShot(presentationAttributeCacheCleanTimeInSeconds); in didHitPresentationAttributeCache()100 ASSERT_UNUSED(timer, timer == &m_cleanTimer); in cleanCache()109 Timer<PresentationAttributeCacheCleaner> m_cleanTimer; member in WebCore::PresentationAttributeCacheCleaner