Home | History | Annotate | Download | only in WebCore

Lines Matching full:signals

2336         * kwq/KWQSignal.h: Remove code for the DocLoader signals.
2609 To let it know, I hooked up some loader signals, and now it works.
2625 * kwq/KWQLoader.h: Add a class KWQLoader, with three signals in it.
2626 * kwq/KWQLoader.mm: (KWQLoader::KWQLoader): Initialize the three signals.
2637 (KWQSlot::call): Added the new overload to handle those two signals.
2639 * kwq/KWQSignal.h: Add an overload for signals with loader and cached object
2640 parameters so we can handle the new signals.
5210 Improvements for signals.
5420 We were sending signals for objects in m_objects that are only supposed
5424 * kwq/KWQKHTMLPartImpl.h: Add signals for started and completed.
5428 (KWQKHTMLPartImpl::KWQKHTMLPartImpl): Create signals.
5432 to signals that aren't implemented, with a hardwired exception list for ones we
5435 * kwq/KWQSignal.h: Add support for signals that take bool and KIO::Job *.
7356 Got rid of the old Action system altogether, using signals now.
7382 (QListBox::QListBox): Set up the clicked and selectionChanged signals.
7537 * kwq/KWQSignal.mm: (KWQSignal::call): Added overloads for calling signals with int and
7878 Doing the redirect multiple times sent confusing signals to the web browser.
11808 * kwq/KWQsignals.mm: Removed java-related signals.