Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchedPropertiesCache.cpp58 , m_sweepTimer(this, &MatchedPropertiesCache::sweep) in MatchedPropertiesCache()
90 && !m_sweepTimer.isActive()) { in add()
92 m_sweepTimer.startOneShot(sweepTimeInSeconds); in add()
DMatchedPropertiesCache.h70 Timer<MatchedPropertiesCache> m_sweepTimer; variable