Lines Matching full:deferred
6273 (QObject::killTimer): Remove the timer from the deferred list too - clients expect that a timer
6277 (-[KWQObjectTimerTarget timerFired]): Don't add a timer to the deferred list more than once,
6278 because there's no benefit in ganging up multiple firings while deferred, and it makes other
8203 (-[KWQObjectTimerTarget timerFired]): Puts timer on the deferred timers list or calls sendTimerEvent.
8204 (+[KWQObjectTimerTarget stopDeferringTimers]): Remove timers items from the deferred timers list,