HomeSort by relevance Sort by last modified time
    Searched refs:SIGNAL (Results 1 - 25 of 79) 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()));
WebPlugin.cpp 52 connect(m_list, SIGNAL(itemClicked(QListWidgetItem*)), this, SLOT(onItemSelected(QListWidgetItem*)));
85 connect(result, SIGNAL(finished(int)), this, SLOT(popupClosed()));
86 connect(result, SIGNAL(itemClicked(int)), this, SLOT(itemClicked(int)));
141 connect(m_list, SIGNAL(itemClicked(QListWidgetItem*)), this, SLOT(accept()));
209 connect(done, SIGNAL(clicked()), this, SLOT(accept()));
266 connect(m_mediaWidget, SIGNAL(fullScreenClosed()), this, SIGNAL(fullScreenClosed()));
  /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()));
mainwindow.cpp 62 connect(reloadAction, SIGNAL(triggered()), this, SLOT(changeLocation()));
72 connect(urlEdit, SIGNAL(returnPressed()), SLOT(changeLocation()));
83 connect(page()->mainFrame(), SIGNAL(urlChanged(QUrl)), this, SLOT(setAddressUrl(QUrl)));
84 connect(page(), SIGNAL(loadProgress(int)), urlEdit, SLOT(setProgress(int)));
87 connect(page()->mainFrame(), SIGNAL(loadStarted()), this, SLOT(onLoadStarted()));
88 connect(page()->mainFrame(), SIGNAL(iconChanged()), this, SLOT(onIconChanged()));
89 connect(page()->mainFrame(), SIGNAL(titleChanged(QString)), this, SLOT(onTitleChanged(QString)));
90 connect(page(), SIGNAL(windowCloseRequested()), this, SLOT(close()));
  /external/webkit/Source/WebKit/qt/tests/hybridPixmap/
tst_hybridPixmap.cpp 46 waitForSignal(&widget, SIGNAL(testComplete()));
  /external/arduino/hardware/arduino/cores/arduino/
WInterrupts.c 189 SIGNAL(INT0_vect) {
194 SIGNAL(INT1_vect) {
199 SIGNAL(INT2_vect) {
204 SIGNAL(INT3_vect) {
209 SIGNAL(INT4_vect) {
214 SIGNAL(INT5_vect) {
219 SIGNAL(INT6_vect) {
224 SIGNAL(INT7_vect) {
231 SIGNAL(INT0_vect) {
236 SIGNAL(INT1_vect)
    [all...]
HardwareSerial.cpp 81 SIGNAL(USART_RX_vect)
93 SIGNAL(SIG_USART0_RECV)
99 SIGNAL(SIG_UART0_RECV)
107 //SIGNAL(SIG_USART_RECV)
108 SIGNAL(USART0_RX_vect)
121 SIGNAL(SIG_UART_RECV)
139 //SIGNAL(SIG_USART1_RECV)
140 SIGNAL(USART1_RX_vect)
150 SIGNAL(USART2_RX_vect)
160 SIGNAL(USART3_RX_vect
    [all...]
  /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()));
SocketStreamHandleQt.cpp 59 connect(m_socket, SIGNAL(connected()), this, SLOT(socketConnected()));
60 connect(m_socket, SIGNAL(readyRead()), this, SLOT(socketReadyRead()));
61 connect(m_socket, SIGNAL(disconnected()), this, SLOT(socketClosed()));
62 connect(m_socket, SIGNAL(error(QAbstractSocket::SocketError)), this, SLOT(socketError(QAbstractSocket::SocketError)));
64 connect(m_socket, SIGNAL(sslErrors(const QList<QSslError>&)), this, SLOT(socketSslErrors(const QList<QSslError>&)));
  /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_8/wpa_supplicant/wpa_gui-qt4/
stringquery.cpp 24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept()));
userdatarequest.cpp 20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
22 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));
wpagui.cpp 51 connect(fileStartServiceAction, SIGNAL(triggered()), this,
53 connect(fileStopServiceAction, SIGNAL(triggered()), this,
60 connect(addInterfaceAction, SIGNAL(triggered()), this,
73 connect(fileEventHistoryAction, SIGNAL(triggered()), this,
75 connect(fileSaveConfigAction, SIGNAL(triggered()), this,
77 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog()));
78 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog()));
79 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
80 connect(networkAddAction, SIGNAL(triggered()), this,
82 connect(networkEditAction, SIGNAL(triggered()), this
    [all...]
scanresults.cpp 22 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
23 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
25 SIGNAL(itemDoubleClicked(QTreeWidgetItem *, int)), this,
77 QString ssid, bssid, freq, signal, flags; local
91 signal = (*it).mid(pos);
103 item->setText(3, signal);
  /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/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()));
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp 107 // If the page had no title, still make sure it gets the signal
129 QObject::connect(page->mainFrame(), SIGNAL(contentsSizeChanged(QSize)),
132 QObject::disconnect(page->mainFrame(), SIGNAL(contentsSizeChanged(QSize)),
188 This signal is emitted whenever the \a title of the main frame changes.
196 This signal is emitted when the \a url of the view changes.
204 This signal is emitted whenever the icon of the page is loaded or changes.
215 This signal is emitted when a new load of the page is started.
223 This signal is emitted when a load of the page is finished.
245 QObject::connect(this, SIGNAL(scaleChanged()), this, SLOT(_q_scaleChanged()));
520 connect(mainFrame, SIGNAL(titleChanged(QString))
    [all...]
qwebview.cpp 240 The loadStarted() signal is emitted when the view begins loading. The
241 loadProgress() signal, on the other hand, is emitted whenever an element of
243 Finally, the loadFinished() signal is emitted when the view has loaded
275 signal.
393 connect(mainFrame, SIGNAL(titleChanged(QString)),
394 this, SIGNAL(titleChanged(QString)));
395 connect(mainFrame, SIGNAL(iconChanged()),
396 this, SIGNAL(iconChanged()));
397 connect(mainFrame, SIGNAL(urlChanged(QUrl)),
398 this, SIGNAL(urlChanged(QUrl)))
    [all...]

Completed in 1123 milliseconds

1 2 3 4