Lines Matching full:timers
5159 (KHTMLView::~KHTMLView): Remove APPLE_CHANGES that kills timers.
5160 All timers are killed by ~QObject now, just as in Qt.
5167 of timers for each, rather than one global dictionary. This makes it efficient
5168 to kill all the timers for an object.
5170 (QObject::killTimers): Kill all the timers in this object's timer dictionary
5171 rather than all timers in the world.
7559 the timers be unconditional, just in case.
12157 There was yet two more cases where the refresh timers were getting clobbered.
12180 * khtml/khtml_part.cpp: Don't kill all timers. Just kill the ones for this object.
12185 (KHTMLView::~KHTMLView): Don't kill all timers. Just kill the ones for this object.