Searched refs:SIGNAL (Results 1 - 25 of 83) sorted by relevance

1234

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dsignal.h22 #undef SIGNAL macro
25 #define SIGNAL lutil_sigaction macro
30 #define SIGNAL sigset macro
33 #define SIGNAL signal macro
/macosx-10.9.5/WebKit-7537.78.2/qt/examples/platformplugin/
H A DWebNotificationPresenter.h56 connect(m_widget, SIGNAL(notificationClosed()), this, SIGNAL(notificationClosed()));
57 connect(m_widget, SIGNAL(notificationClicked()), this, SIGNAL(notificationClicked()));
H A DWebPlugin.cpp52 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()));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/
H A Dutil.cpp50 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
52 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
81 QObject::connect(&loadSpy, SIGNAL(loadSucceeded()), &loop, SLOT(quit()));
83 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
85 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
97 QObject::connect(&loadSpy, SIGNAL(loadFailed()), &loop, SLOT(quit()));
99 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
101 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
113 return waitForSignal(webView->experimental(), SIGNAL(loadVisuallyCommitted()), timeout);
118 connect(webView, SIGNAL(loadingChange
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DDefaultFullScreenVideoHandler.cpp36 connect(m_fullScreenWidget, SIGNAL(didExitFullScreen()), this, SIGNAL(fullScreenClosed()));
H A DQtFallbackWebPopup.cpp54 connect(m_combo, SIGNAL(activated(int)), SLOT(activeChanged(int)), Qt::QueuedConnection);
55 connect(m_combo, SIGNAL(didHide()), SLOT(deleteComboBox()));
56 connect(m_combo, SIGNAL(didHide()), SIGNAL(didHide()));
H A DInspectorClientWebPage.cpp44 connect(mainFrame(), SIGNAL(javaScriptWindowObjectCleared()), SLOT(javaScriptWindowObjectCleared()));
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/hybridPixmap/
H A Dtst_hybridPixmap.cpp46 waitForSignal(&widget, SIGNAL(testComplete()));
/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DQtMIMETypeSniffer.cpp38 connect(m_reply, SIGNAL(readyRead()), this, SLOT(trySniffing()));
39 connect(m_reply, SIGNAL(finished()), this, SLOT(trySniffing()));
H A DSocketStreamHandleQt.cpp87 connect(m_socket, SIGNAL(connected()), this, SLOT(socketConnected()));
88 connect(m_socket, SIGNAL(readyRead()), this, SLOT(socketReadyRead()));
89 connect(m_socket, SIGNAL(disconnected()), this, SLOT(socketClosed()));
90 connect(m_socket, SIGNAL(error(QAbstractSocket::SocketError)), this, SLOT(socketError(QAbstractSocket::SocketError)));
93 connect(m_socket, SIGNAL(sslErrors(const QList<QSslError>&)), this, SLOT(socketSslErrors(const QList<QSslError>&)));
/macosx-10.9.5/WebKit-7537.78.2/qt/docs/webkitsnippets/webpage/
H A Dmain.cpp51 QObject::connect(&thumbnail, SIGNAL(finished()),
61 connect(&page, SIGNAL(loadFinished(bool)),
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/
H A Dutil.h46 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
48 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtDialogRunner.cpp92 connect(this, SIGNAL(accepted(QString)), SLOT(dismiss()));
93 connect(this, SIGNAL(rejected()), SLOT(dismiss()));
122 connect(this, SIGNAL(accepted(QString, QString)), SLOT(dismiss()));
123 connect(this, SIGNAL(rejected()), SLOT(dismiss()));
185 connect(this, SIGNAL(accepted()), SLOT(dismiss()));
186 connect(this, SIGNAL(rejected()), SLOT(dismiss()));
214 connect(this, SIGNAL(fileSelected(QStringList)), SLOT(dismiss()));
215 connect(this, SIGNAL(rejected()), SLOT(dismiss()));
274 connect(this, SIGNAL(accepted(quint64)), SLOT(dismiss()));
275 connect(this, SIGNAL(rejecte
[all...]
H A DWebGeolocationProviderQt.cpp103 connect(m_source, SIGNAL(positionUpdated(QGeoPositionInfo)), this, SLOT(positionUpdated(QGeoPositionInfo)));
104 connect(m_source, SIGNAL(updateTimeout()), this, SLOT(updateTimeout()));
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dslapcat.c58 (void) SIGNAL( SIGPIPE, slapcat_sig );
61 (void) SIGNAL( SIGHUP, slapcat_sig );
63 (void) SIGNAL( SIGINT, slapcat_sig );
64 (void) SIGNAL( SIGTERM, slapcat_sig );
H A Dslapschema.c61 (void) SIGNAL( SIGPIPE, slapcat_sig );
64 (void) SIGNAL( SIGHUP, slapcat_sig );
66 (void) SIGNAL( SIGINT, slapcat_sig );
67 (void) SIGNAL( SIGTERM, slapcat_sig );
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp144 ::waitForSignal(m_view, SIGNAL(loadFinished(bool)));
157 ::waitForSignal(m_view, SIGNAL(loadFinished(bool)));
166 QSignalSpy progressSpy(m_view, SIGNAL(loadProgress(int)));
171 ::waitForSignal(m_view, SIGNAL(loadFinished(bool)));
184 QSignalSpy urlSpy(m_page->mainFrame(), SIGNAL(urlChanged(QUrl)));
189 ::waitForSignal(m_page->mainFrame(), SIGNAL(urlChanged(QUrl)));
196 ::waitForSignal(m_page->mainFrame(), SIGNAL(urlChanged(QUrl)));
297 QSignalSpy spy(&page, SIGNAL(loadFinished(bool)));
302 waitForSignal(frame, SIGNAL(loadFinished(bool)), 200);
308 waitForSignal(frame, SIGNAL(loadFinishe
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqgraphicswebview.cpp116 QObject::connect(page->mainFrame(), SIGNAL(contentsSizeChanged(QSize)),
119 QObject::disconnect(page->mainFrame(), SIGNAL(contentsSizeChanged(QSize)),
232 QObject::connect(this, SIGNAL(scaleChanged()), this, SLOT(_q_scaleChanged()));
497 connect(mainFrame, SIGNAL(titleChanged(QString)),
498 this, SIGNAL(titleChanged(QString)));
499 connect(mainFrame, SIGNAL(iconChanged()),
500 this, SIGNAL(iconChanged()));
501 connect(mainFrame, SIGNAL(urlChanged(QUrl)),
502 this, SIGNAL(urlChanged(QUrl)));
503 connect(d->page, SIGNAL(loadStarte
[all...]
H A Dqwebview.cpp265 connect(mainFrame, SIGNAL(titleChanged(QString)),
266 this, SIGNAL(titleChanged(QString)));
267 connect(mainFrame, SIGNAL(iconChanged()),
268 this, SIGNAL(iconChanged()));
269 connect(mainFrame, SIGNAL(urlChanged(QUrl)),
270 this, SIGNAL(urlChanged(QUrl)));
272 connect(d->page, SIGNAL(loadStarted()),
273 this, SIGNAL(loadStarted()));
274 connect(d->page, SIGNAL(loadProgress(int)),
275 this, SIGNAL(loadProgres
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/inspectorserver/
H A Dtst_inspectorserver.cpp104 waitForSignal(reply.data(), SIGNAL(finished()));
113 waitForSignal(&catcher, SIGNAL(finished()));
150 waitForSignal(webSocketQueryWebView.data(), SIGNAL(titleChanged()), 500);
164 waitForSignal(&catcher2, SIGNAL(finished()));
168 waitForSignal(inspectorWebView.data(), SIGNAL(titleChanged()), 500);
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Ddsm.c164 if ((dsh) == NULL) SIGNAL(dsm_err_invalid_handle); \
165 if ((unsigned32)(dsh)->cookie != DSM_COOKIE) SIGNAL(dsm_err_invalid_handle); \
194 if (fd == -1) SIGNAL(dsm_err_create_failed); /* error if fails */
200 if (dcethread_write(fd,&fhdr,PAGE_SIZE) != PAGE_SIZE) SIGNAL(dsm_err_file_io_error); /* write hdr */
204 if (dsh == NULL) SIGNAL(dsm_err_no_memory); /* make sure we got it */
265 if (fd == -1) SIGNAL(dsm_err_open_failed); /* signal error if fails */
269 if (dcethread_read(fd,&fhdr,PAGE_SIZE) != PAGE_SIZE) SIGNAL(dsm_err_file_io_error); /* read hdr */
271 if (fhdr.version != dsm_version) SIGNAL(dsm_err_version); /* check version */
275 if (dsh == NULL) SIGNAL(dsm_err_no_memory); /* make sure we got it */
294 if (dsh->map->ptr == NULL) SIGNAL(dsm_err_no_memor
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/benchmarks/loading/
H A Dtst_loading.cpp90 ::waitForSignal(m_view, SIGNAL(loadFinished(bool)), 0);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dgetpass.c97 sig = SIGNAL (SIGINT, SIG_IGN);
120 (void) SIGNAL (SIGINT, sig);
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/benchmarks/painting/
H A Dtst_painting.cpp87 ::waitForSignal(m_view, SIGNAL(loadFinished(bool)), 0);
104 ::waitForSignal(m_view, SIGNAL(loadFinished(bool)), 0);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/qt/
H A DQtFileDownloader.cpp58 connect(m_reply.get(), SIGNAL(readyRead()), SLOT(onReadyRead()));
59 connect(m_reply.get(), SIGNAL(finished()), SLOT(onFinished()));
60 connect(m_reply.get(), SIGNAL(error(QNetworkReply::NetworkError)), SLOT(onError(QNetworkReply::NetworkError)));

Completed in 284 milliseconds

1234