Home
last modified time | relevance | path

Searched refs:m_cleanTimer (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPresentationAttributeStyle.cpp78 , 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