Home
last modified time | relevance | path

Searched refs:SIGNAL (Results 1 – 25 of 52) sorted by relevance

123

/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp61 connect(fileStartServiceAction, SIGNAL(triggered()), this, in WpaGui()
63 connect(fileStopServiceAction, SIGNAL(triggered()), this, in WpaGui()
70 connect(addInterfaceAction, SIGNAL(triggered()), this, in WpaGui()
83 connect(fileEventHistoryAction, SIGNAL(triggered()), this, in WpaGui()
85 connect(fileSaveConfigAction, SIGNAL(triggered()), this, in WpaGui()
87 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog())); in WpaGui()
88 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit())); in WpaGui()
89 connect(networkAddAction, SIGNAL(triggered()), this, in WpaGui()
91 connect(networkEditAction, SIGNAL(triggered()), this, in WpaGui()
93 connect(networkRemoveAction, SIGNAL(triggered()), this, in WpaGui()
[all …]
Duserdatarequest.cpp26 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply())); in UserDataRequest()
27 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject())); in UserDataRequest()
28 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply())); in UserDataRequest()
Dscanresults.cpp27 connect(closeButton, SIGNAL(clicked()), this, SLOT(close())); in ScanResults()
28 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest())); in ScanResults()
30 SIGNAL(itemDoubleClicked(QTreeWidgetItem *, int)), this, in ScanResults()
/external/webkit/WebKit/qt/Api/
Dqwebview.cpp376 connect(mainFrame, SIGNAL(titleChanged(QString)), in setPage()
377 this, SIGNAL(titleChanged(QString))); in setPage()
378 connect(mainFrame, SIGNAL(iconChanged()), in setPage()
379 this, SIGNAL(iconChanged())); in setPage()
380 connect(mainFrame, SIGNAL(urlChanged(QUrl)), in setPage()
381 this, SIGNAL(urlChanged(QUrl))); in setPage()
383 connect(d->page, SIGNAL(loadStarted()), in setPage()
384 this, SIGNAL(loadStarted())); in setPage()
385 connect(d->page, SIGNAL(loadProgress(int)), in setPage()
386 this, SIGNAL(loadProgress(int))); in setPage()
[all …]
Dqgraphicswebview.cpp592 connect(mainFrame, SIGNAL(titleChanged(QString)), in setPage()
593 this, SIGNAL(titleChanged(QString))); in setPage()
594 connect(mainFrame, SIGNAL(iconChanged()), in setPage()
595 this, SIGNAL(iconChanged())); in setPage()
596 connect(mainFrame, SIGNAL(urlChanged(QUrl)), in setPage()
597 this, SIGNAL(urlChanged(QUrl))); in setPage()
598 connect(d->page, SIGNAL(loadStarted()), in setPage()
599 this, SIGNAL(loadStarted())); in setPage()
600 connect(d->page, SIGNAL(loadProgress(int)), in setPage()
601 this, SIGNAL(loadProgress(int))); in setPage()
[all …]
/external/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp36 connect(helpIndexAction, SIGNAL(activated()), this, SLOT(helpIndex())); in WpaGui()
37 connect(helpContentsAction, SIGNAL(activated()), this, in WpaGui()
39 connect(helpAboutAction, SIGNAL(activated()), this, SLOT(helpAbout())); in WpaGui()
40 connect(fileExitAction, SIGNAL(activated()), this, SLOT(close())); in WpaGui()
41 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect())); in WpaGui()
42 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan())); in WpaGui()
43 connect(connectButton, SIGNAL(clicked()), this, SLOT(connectB())); in WpaGui()
44 connect(fileEventHistoryAction, SIGNAL(activated()), this, in WpaGui()
46 connect(networkSelect, SIGNAL(activated(const QString&)), this, in WpaGui()
48 connect(fileEdit_networkAction, SIGNAL(activated()), this, in WpaGui()
[all …]
Dscanresults.cpp29 connect(closeButton, SIGNAL(clicked()), this, SLOT(close())); in ScanResults()
30 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest())); in ScanResults()
31 connect(scanResultsView, SIGNAL(doubleClicked(Q3ListViewItem *)), this, in ScanResults()
56 connect(timer, SIGNAL(timeout()), SLOT(getResults())); in setWpaGui()
Duserdatarequest.cpp26 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply())); in UserDataRequest()
27 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject())); in UserDataRequest()
28 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply())); in UserDataRequest()
/external/webkit/WebKitTools/DumpRenderTree/qt/
DDumpRenderTreeQt.cpp94 connect(this, SIGNAL(sslErrors(QNetworkReply*, const QList<QSslError>&)), in NetworkAccessManager()
140 connect(this, SIGNAL(geometryChangeRequested(const QRect &)), in WebPage()
331 connect(m_controller, SIGNAL(showPage()), this, SLOT(showPage())); in DumpRenderTree()
332 connect(m_controller, SIGNAL(hidePage()), this, SLOT(hidePage())); in DumpRenderTree()
334 connect(m_controller, SIGNAL(done()), this, SLOT(dump())); in DumpRenderTree()
340 connect(m_page, SIGNAL(frameCreated(QWebFrame *)), in DumpRenderTree()
344 connect(m_page, SIGNAL(loadFinished(bool)), in DumpRenderTree()
348 connect(m_page, SIGNAL(loadStarted()), in DumpRenderTree()
350 connect(m_page, SIGNAL(windowCloseRequested()), this, SLOT(windowCloseRequested())); in DumpRenderTree()
352 connect(m_page->mainFrame(), SIGNAL(titleChanged(const QString&)), in DumpRenderTree()
[all …]
/external/ppp/pppd/
Dmain.c710 #define SIGNAL(s, handler) do { \ in setup_signals() macro
718 SIGNAL(SIGHUP, hup); /* Hangup */ in setup_signals()
719 SIGNAL(SIGINT, term); /* Interrupt */ in setup_signals()
720 SIGNAL(SIGTERM, term); /* Terminate */ in setup_signals()
721 SIGNAL(SIGCHLD, chld); in setup_signals()
723 SIGNAL(SIGUSR1, toggle_debug); /* Toggle debug flag */ in setup_signals()
724 SIGNAL(SIGUSR2, open_ccp); /* Reopen CCP */ in setup_signals()
730 SIGNAL(SIGABRT, bad_signal); in setup_signals()
731 SIGNAL(SIGALRM, bad_signal); in setup_signals()
732 SIGNAL(SIGFPE, bad_signal); in setup_signals()
[all …]
/external/webkit/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.cpp105 connect(m_mediaObject, SIGNAL(stateChanged(Phonon::State,Phonon::State)), in MediaPlayerPrivate()
107 connect(m_mediaObject, SIGNAL(metaDataChanged()), this, SLOT(metaDataChanged())); in MediaPlayerPrivate()
108 connect(m_mediaObject, SIGNAL(seekableChanged(bool)), this, SLOT(seekableChanged(bool))); in MediaPlayerPrivate()
109 connect(m_mediaObject, SIGNAL(hasVideoChanged(bool)), this, SLOT(hasVideoChanged(bool))); in MediaPlayerPrivate()
110 connect(m_mediaObject, SIGNAL(bufferStatus(int)), this, SLOT(bufferStatus(int))); in MediaPlayerPrivate()
111 connect(m_mediaObject, SIGNAL(finished()), this, SLOT(finished())); in MediaPlayerPrivate()
112 connect(m_mediaObject, SIGNAL(currentSourceChanged(Phonon::MediaSource)), in MediaPlayerPrivate()
114 connect(m_mediaObject, SIGNAL(aboutToFinish()), this, SLOT(aboutToFinish())); in MediaPlayerPrivate()
115 connect(m_mediaObject, SIGNAL(totalTimeChanged(qint64)), this, SLOT(totalTimeChanged(qint64))); in MediaPlayerPrivate()
/external/webkit/WebCore/platform/network/qt/
DSocketStreamHandleQt.cpp59 connect(m_socket, SIGNAL(connected()), this, SLOT(socketConnected())); in SocketStreamHandlePrivate()
60 connect(m_socket, SIGNAL(readyRead()), this, SLOT(socketReadyRead())); in SocketStreamHandlePrivate()
61 connect(m_socket, SIGNAL(disconnected()), this, SLOT(socketClosed())); in SocketStreamHandlePrivate()
62 …connect(m_socket, SIGNAL(error(QAbstractSocket::SocketError)), this, SLOT(socketError(QAbstractSoc… in SocketStreamHandlePrivate()
64 …connect(m_socket, SIGNAL(sslErrors(const QList<QSslError>&)), this, SLOT(socketSslErrors(const QLi… in SocketStreamHandlePrivate()
DQNetworkReplyHandler.cpp455 connect(m_reply, SIGNAL(finished()), in start()
461 connect(m_reply, SIGNAL(metaDataChanged()), in start()
464 connect(m_reply, SIGNAL(readyRead()), in start()
468 connect(m_reply, SIGNAL(uploadProgress(qint64, qint64)), in start()
473 connect(this, SIGNAL(processQueuedItems()), in start()
/external/webkit/WebKit/qt/tests/benchmarks/loading/
Dtst_loading.cpp39 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout())); in waitForSignal()
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit())); in waitForSignal()
100 ::waitForSignal(m_view, SIGNAL(loadFinished(bool))); in load()
/external/webkit/WebKit/qt/tests/benchmarks/painting/
Dtst_painting.cpp39 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout())); in waitForSignal()
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit())); in waitForSignal()
94 ::waitForSignal(m_view, SIGNAL(loadFinished(bool))); in paint()
/external/webkit/WebKitTools/QtLauncher/
Dmainwindow.cpp63 connect(urlEdit, SIGNAL(returnPressed()), SLOT(changeLocation())); in buildUI()
74 connect(page()->mainFrame(), SIGNAL(titleChanged(const QString&)), in buildUI()
76 connect(page(), SIGNAL(loadProgress(int)), urlEdit, SLOT(setProgress(int))); in buildUI()
77 connect(page(), SIGNAL(windowCloseRequested()), this, SLOT(close())); in buildUI()
Dmain.cpp160 connect(page(), SIGNAL(loadStarted()), this, SLOT(loadStarted())); in LauncherWindow()
161 connect(page(), SIGNAL(loadFinished(bool)), this, SLOT(loadFinished())); in LauncherWindow()
162 connect(page(), SIGNAL(linkHovered(const QString&, const QString&, const QString&)), in LauncherWindow()
168 connect(this, SIGNAL(destroyed()), inspector, SLOT(deleteLater())); in LauncherWindow()
373 connect(&dlg, SIGNAL(paintRequested(QPrinter*)), in print()
535 showInspectorAction->connect(inspector, SIGNAL(visibleChanged(bool)), SLOT(setChecked(bool))); in setupUI()
721 …QObject::connect(window->page()->mainFrame(), SIGNAL(loadFinished(bool)), &loader, SLOT(loadNext()… in main()
/external/webkit/WebKit/qt/QGVLauncher/
Dmain.cpp141 connect(fpsTimer, SIGNAL(timeout()), this, SLOT(printFps())); in MainView()
306 connect(scene->webView(), SIGNAL(loadFinished(bool)), this, SLOT(loadFinished(bool))); in init()
307 …connect(scene->webView(), SIGNAL(titleChanged(const QString&)), this, SLOT(setWindowTitle(const QS… in init()
308 connect(scene->webView()->page(), SIGNAL(windowCloseRequested()), this, SLOT(close())); in init()
318 QAbstractTransition *t1 = s0->addTransition(view, SIGNAL(flipRequest()), s1); in init()
325 s1->addTransition(s1, SIGNAL(propertiesAssigned()), s2); in init()
447 connect(urlEdit, SIGNAL(returnPressed()), SLOT(changeLocation())); in buildUI()
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp167 connect(this, SIGNAL(loadStarted()), in setFrame()
168 m_webFrame->page(), SIGNAL(loadStarted())); in setFrame()
169 connect(this, SIGNAL(loadStarted()), in setFrame()
170 m_webFrame, SIGNAL(loadStarted())); in setFrame()
171 connect(this, SIGNAL(loadProgress(int)), in setFrame()
172 m_webFrame->page(), SIGNAL(loadProgress(int))); in setFrame()
173 connect(this, SIGNAL(loadFinished(bool)), in setFrame()
174 m_webFrame->page(), SIGNAL(loadFinished(bool))); in setFrame()
175 connect(this, SIGNAL(loadFinished(bool)), in setFrame()
176 m_webFrame, SIGNAL(loadFinished(bool))); in setFrame()
[all …]
/external/webkit/WebKit/qt/docs/webkitsnippets/webpage/
Dmain.cpp50 QObject::connect(&thumbnail, SIGNAL(finished()), in main()
60 connect(&page, SIGNAL(loadFinished(bool)), in Thumbnailer()
/external/webkit/WebKit/qt/tests/
Dutil.h42 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
/external/webkit/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp2112 ::waitForSignal(m_view, SIGNAL(loadFinished(bool))); in symmetricUrl()
2125 ::waitForSignal(m_view, SIGNAL(loadFinished(bool))); in symmetricUrl()
2134 QSignalSpy progressSpy(m_view, SIGNAL(loadProgress(int))); in progressSignal()
2139 ::waitForSignal(m_view, SIGNAL(loadFinished(bool))); in progressSignal()
2152 QSignalSpy urlSpy(m_page->mainFrame(), SIGNAL(urlChanged(QUrl))); in urlChange()
2157 ::waitForSignal(m_page->mainFrame(), SIGNAL(urlChanged(QUrl))); in urlChange()
2164 ::waitForSignal(m_page->mainFrame(), SIGNAL(urlChanged(QUrl))); in urlChange()
2263 QSignalSpy spy(&page, SIGNAL(loadFinished(bool))); in requestedUrl()
2268 waitForSignal(frame, SIGNAL(loadFinished(bool)), 200); in requestedUrl()
2274 waitForSignal(frame, SIGNAL(loadFinished(bool)), 200); in requestedUrl()
[all …]
/external/webkit/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp174 QSignalSpy loadSpy(m_view, SIGNAL(loadFinished(bool))); in acceptNavigationRequest()
220 QSignalSpy spyLoadStarted(m_view, SIGNAL(loadStarted())); in loadFinished()
221 QSignalSpy spyLoadFinished(m_view, SIGNAL(loadFinished(bool))); in loadFinished()
302 QVERIFY(::waitForSignal(m_view, SIGNAL(loadFinished(bool)))); in acceptNavigationRequestWithNewWindow()
347 QVERIFY(::waitForSignal(m_view, SIGNAL(loadFinished(bool)))); in userStyleSheet()
356 QVERIFY(::waitForSignal(m_view, SIGNAL(loadFinished(bool)))); in modified()
359 QVERIFY(::waitForSignal(m_view, SIGNAL(loadFinished(bool)))); in modified()
384 QVERIFY(::waitForSignal(m_view, SIGNAL(loadFinished(bool)))); in modified()
406 QVERIFY(::waitForSignal(m_page, SIGNAL(saveFrameStateRequested(QWebFrame*,QWebHistoryItem*)))); in modified()
442 QSignalSpy spy(m_page, SIGNAL(databaseQuotaExceeded(QWebFrame*,QString))); in database()
[all …]
/external/webkit/WebKit/qt/tests/qgraphicswebview/
Dtst_qgraphicswebview.cpp86 connect(page->mainFrame(), SIGNAL(initialLayoutCompleted()), page, SLOT(aborting())); in crashOnViewlessWebPages()
102 QVERIFY(waitForSignal(page, SIGNAL(loadFinished(bool)))); in crashOnViewlessWebPages()
/external/webkit/WebCore/plugins/qt/
DPluginContainerQt.cpp69 connect(this, SIGNAL(clientClosed()), this, SLOT(on_clientClosed())); in PluginContainerQt()
70 connect(this, SIGNAL(clientIsEmbedded()), this, SLOT(on_clientIsEmbedded())); in PluginContainerQt()

123