HomeSort by relevance Sort by last modified time
    Searched refs:SIGNAL (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebNotificationPresenter.h 50 connect(m_widget, SIGNAL(notificationClosed()), this, SIGNAL(notificationClosed()));
51 connect(m_widget, SIGNAL(notificationClicked()), this, SIGNAL(notificationClicked()));
  /external/webkit/Tools/MiniBrowser/qt/
UrlLoader.cpp 42 connect(&m_checkIfFinishedTimer, SIGNAL(timeout()), this, SLOT(checkIfFinished()));
44 connect(m_browserWindow->page(), SIGNAL(loadStarted()), this, SLOT(frameLoadStarted()));
45 connect(m_browserWindow->page(), SIGNAL(loadFinished(bool)), this, SLOT(frameLoadFinished()));
50 connect(m_browserWindow->page(), SIGNAL(loadStarted()), &m_timeoutTimer, SLOT(start()));
51 connect(&m_timeoutTimer, SIGNAL(timeout()), this, SLOT(loadNext()));
56 connect(this, SIGNAL(pageLoadFinished()), &m_extraTimeTimer, SLOT(start()));
57 connect(&m_extraTimeTimer, SIGNAL(timeout()), this, SLOT(loadNext()));
59 connect(this, SIGNAL(pageLoadFinished()), this, SLOT(loadNext()));
  /external/webkit/Tools/QtTestBrowser/
urlloader.cpp 43 connect(&m_checkIfFinishedTimer, SIGNAL(timeout()), this, SLOT(checkIfFinished()));
45 connect(m_frame->page(), SIGNAL(loadStarted()), this, SLOT(frameLoadStarted()));
46 connect(m_frame->page(), SIGNAL(loadFinished(bool)), this, SLOT(frameLoadFinished()));
51 connect(frame, SIGNAL(loadStarted()), &m_timeoutTimer, SLOT(start()));
52 connect(&m_timeoutTimer, SIGNAL(timeout()), this, SLOT(loadNext()));
57 connect(this, SIGNAL(pageLoadFinished()), &m_extraTimeTimer, SLOT(start()));
58 connect(&m_extraTimeTimer, SIGNAL(timeout()), this, SLOT(loadNext()));
60 connect(this, SIGNAL(pageLoadFinished()), this, SLOT(loadNext()));
  /external/webkit/Source/WebKit/qt/tests/hybridPixmap/
tst_hybridPixmap.cpp 46 waitForSignal(&widget, SIGNAL(testComplete()));
  /external/webkit/Source/WebCore/platform/network/qt/
QtMIMETypeSniffer.cpp 38 connect(m_reply, SIGNAL(readyRead()), this, SLOT(trySniffing()));
39 connect(m_reply, SIGNAL(finished()), this, SLOT(trySniffing()));
  /external/webkit/Source/WebKit/qt/docs/webkitsnippets/webpage/
main.cpp 50 QObject::connect(&thumbnail, SIGNAL(finished()),
60 connect(&page, SIGNAL(loadFinished(bool)),
  /external/wpa_supplicant/wpa_gui/
main.cpp 22 a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
  /external/wpa_supplicant/wpa_gui-qt4/
main.cpp 36 app.connect(&app, SIGNAL(lastWindowClosed()), &app, SLOT(quit()));
userdatarequest.cpp 26 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
27 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
28 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));
scanresults.cpp 29 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
30 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
31 connect(scanResultsView, SIGNAL(doubleClicked(Q3ListViewItem *)), this,
56 connect(timer, SIGNAL(timeout()), SLOT(getResults()));
87 QString ssid, bssid, freq, signal, flags; local
90 signal = cols.count() > 2 ? cols[2] : "";
93 new Q3ListViewItem(scanResultsView, ssid, bssid, freq, signal,
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
main.cpp 22 a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
main.cpp 22 a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
stringquery.cpp 30 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept()));
userdatarequest.cpp 26 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
27 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
28 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));
wpagui.cpp 61 connect(fileStartServiceAction, SIGNAL(triggered()), this,
63 connect(fileStopServiceAction, SIGNAL(triggered()), this,
70 connect(addInterfaceAction, SIGNAL(triggered()), this,
83 connect(fileEventHistoryAction, SIGNAL(triggered()), this,
85 connect(fileSaveConfigAction, SIGNAL(triggered()), this,
87 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog()));
88 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog()));
89 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
90 connect(networkAddAction, SIGNAL(triggered()), this,
92 connect(networkEditAction, SIGNAL(triggered()), this
    [all...]
  /external/webkit/Source/WebKit/qt/tests/benchmarks/loading/
tst_loading.cpp 27 * Starts an event loop that runs until the given signal is received.
31 * \return \p true if the requested signal was received
34 static bool waitForSignal(QObject* obj, const char* signal, int timeout = 0)
37 QObject::connect(obj, signal, &loop, SLOT(quit()));
39 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
100 ::waitForSignal(m_view, SIGNAL(loadFinished(bool)));
  /external/webkit/Source/WebKit2/UIProcess/API/qt/tests/qgraphicswkview/
tst_qgraphicswkview.cpp 88 QVERIFY(waitForSignal(m_view->m_webView, SIGNAL(loadFinished(bool))));
96 QVERIFY(!waitForSignal(m_view->m_webView->page(), SIGNAL(engineConnectionChanged(bool)), 50));
99 QVERIFY(!waitForSignal(m_view->m_webView->page(), SIGNAL(engineConnectionChanged(bool)), 50));
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.cpp 74 connect(this, SIGNAL(scaleChanged()), this, SLOT(onScaleChanged()));
79 connect(d->page, SIGNAL(titleChanged(QString)), this, SIGNAL(titleChanged(QString)));
80 connect(d->page, SIGNAL(loadStarted()), this, SIGNAL(loadStarted()));
81 connect(d->page, SIGNAL(loadFinished(bool)), this, SIGNAL(loadFinished(bool)));
82 connect(d->page, SIGNAL(loadProgress(int)), this, SIGNAL(loadProgress(int)));
83 connect(d->page, SIGNAL(initialLayoutCompleted()), this, SIGNAL(initialLayoutCompleted()))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 26 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
27 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
28 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));
wpagui.cpp 61 connect(fileStartServiceAction, SIGNAL(triggered()), this,
63 connect(fileStopServiceAction, SIGNAL(triggered()), this,
70 connect(addInterfaceAction, SIGNAL(triggered()), this,
83 connect(fileEventHistoryAction, SIGNAL(triggered()), this,
85 connect(fileSaveConfigAction, SIGNAL(triggered()), this,
87 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog()));
88 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
89 connect(networkAddAction, SIGNAL(triggered()), this,
91 connect(networkEditAction, SIGNAL(triggered()), this,
93 connect(networkRemoveAction, SIGNAL(triggered()), this
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceMotionClientQt.cpp 36 connect(m_provider, SIGNAL(deviceMotionChanged()), SLOT(changeDeviceMotion()));
DeviceOrientationClientQt.cpp 35 connect(m_provider, SIGNAL(deviceOrientationChanged(DeviceOrientation*)), SLOT(changeDeviceOrientation(DeviceOrientation*)));
  /external/webkit/Source/WebKit/qt/tests/benchmarks/painting/
tst_painting.cpp 28 * Starts an event loop that runs until the given signal is received.
32 * \return \p true if the requested signal was received
35 static bool waitForSignal(QObject* obj, const char* signal, int timeout = 0)
38 QObject::connect(obj, signal, &loop, SLOT(quit()));
40 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
42 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
96 ::waitForSignal(m_view, SIGNAL(loadFinished(bool)));
113 ::waitForSignal(m_view, SIGNAL(loadFinished(bool)));
  /external/webkit/Source/WebKit/qt/tests/
util.h 30 * Starts an event loop that runs until the given signal is received.
34 * \return \p true if the requested signal was received
37 static bool waitForSignal(QObject* obj, const char* signal, int timeout = 10000)
40 QObject::connect(obj, signal, &loop, SLOT(quit()));
42 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
  /external/webkit/Source/WebKit2/UIProcess/API/qt/tests/
util.h 30 * Starts an event loop that runs until the given signal is received.
34 * \return \p true if the requested signal was received
37 static bool waitForSignal(QObject* obj, const char* signal, int timeout = 10000)
40 QObject::connect(obj, signal, &loop, SLOT(quit()));
42 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));

Completed in 806 milliseconds

1 2 3 4