Searched refs:m_notificationPostTimer (Results 1 – 2 of 2) sorted by relevance
84 : m_notificationPostTimer(this, &AXObjectCache::notificationPostTimerFired) in AXObjectCache()456 m_notificationPostTimer.stop(); in notificationPostTimerFired()513 if (!m_notificationPostTimer.isActive()) in postNotification()514 m_notificationPostTimer.startOneShot(0); in postNotification()
166 Timer<AXObjectCache> m_notificationPostTimer; variable