Home | History | Annotate | Download | only in WebCore

Lines Matching full:timers

8196         Defer QObject timers too as well as loading while tracking a pop-up.
8200 (QObject::setDefersTimers): Added. When called with true starts deferring timers. When called
8201 with false schedules a "delay 0" task to deliver all the timers and stop deferring them.
8203 (-[KWQObjectTimerTarget timerFired]): Puts timer on the deferred timers list or calls sendTimerEvent.
8204 (+[KWQObjectTimerTarget stopDeferringTimers]): Remove timers items from the deferred timers list,
8205 and makes them fire, then stops deferring timers.
13639 (KWQKHTMLPart::resumeActions): Don't bother to restore timers if JavaScript is off.
14567 Added support to pause and resume javascript timers. This allows pages
14568 that have javascript timers to be added to the page cache.
18008 9. A change to ensure that khtmlview layout and paint timers are unscheduled when a page is placed in the b/f cache.