Searched refs:m_sweepTimer (Results 1 – 2 of 2) sorted by relevance
58 , m_sweepTimer(this, &MatchedPropertiesCache::sweep) in MatchedPropertiesCache()90 && !m_sweepTimer.isActive()) { in add()92 m_sweepTimer.startOneShot(sweepTimeInSeconds); in add()
70 Timer<MatchedPropertiesCache> m_sweepTimer; variable