HomeSort by relevance Sort by last modified time
    Searched refs:SIGNAL (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 27 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
28 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
30 SIGNAL(itemDoubleClicked(QTreeWidgetItem *, int)), this,
81 QString ssid, bssid, freq, signal, flags; local
95 signal = (*it).mid(pos);
107 item->setText(3, signal);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
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/WebCore/platform/network/qt/
NetworkStateNotifierQt.cpp 37 connect(m_configurationManager, SIGNAL(onlineStateChanged(bool)), this, SLOT(onlineStateChanged(bool)));
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceOrientationProviderQt.cpp 79 connect(DeviceOrientationClientMockQt::client(), SIGNAL(mockOrientationChanged(DeviceOrientation*)), SLOT(changeDeviceOrientation(DeviceOrientation*)));
FullScreenVideoQt.cpp 70 connect(m_fullScreenWidget, SIGNAL(closed()), this, SLOT(windowClosed()));
96 connect(m_fullScreenWidget, SIGNAL(didExitFullScreen()), this, SIGNAL(fullScreenClosed()));
144 connect(m_FullScreenVideoHandler, SIGNAL(fullScreenClosed()), this, SLOT(aboutToClose()));
QtMaemoWebPopup.cpp 55 connect(m_list, SIGNAL(itemClicked(QListWidgetItem*)), this, SLOT(onItemSelected(QListWidgetItem*)));
88 connect(result, SIGNAL(finished(int)), this, SLOT(popupClosed()));
89 connect(result, SIGNAL(itemClicked(int)), this, SLOT(itemClicked(int)));
145 connect(m_list, SIGNAL(itemClicked(QListWidgetItem*)), this, SLOT(accept()));
215 connect(done, SIGNAL(clicked()), this, SLOT(accept()));
InspectorServerQt.cpp 116 connect(m_tcpServer, SIGNAL(newConnection()), SLOT(newConnection()));
169 connect(m_tcpConnection, SIGNAL(readyRead()), SLOT(tcpReadyRead()));
170 connect(m_tcpConnection, SIGNAL(disconnected()), SLOT(tcpConnectionDisconnected()));
213 m_tcpConnection->disconnect(SIGNAL(readyRead()));
214 connect(m_tcpConnection, SIGNAL(readyRead()), SLOT(webSocketReadyRead()));
PopupMenuQt.cpp 110 connect(m_popup, SIGNAL(didHide()), this, SLOT(didHide()));
111 connect(m_popup, SIGNAL(selectItem(int, bool, bool)), this, SLOT(selectItem(int, bool, bool)));
FullScreenVideoWidget.cpp 55 connect(&m_cursorTimer, SIGNAL(timeout()), this, SLOT(hideCursor()));
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
LayoutTestControllerQt.cpp 58 QObject::connect(&m_waitToDumpWatchdogTimer, SIGNAL(timeout()), WatchdogTimerHelper::instance(), SLOT(timerFired()));
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.cpp 62 connect(m_browser->view(), SIGNAL(loadProgress(int)), SLOT(loadProgress(int)));
63 connect(m_browser->view(), SIGNAL(titleChanged(const QString&)), SLOT(setWindowTitle(const QString&)));
64 connect(m_browser->view(), SIGNAL(urlChanged(const QUrl&)), SLOT(urlChanged(const QUrl&)));
67 connect(page(), SIGNAL(urlChanged(QUrl)), this, SLOT(printURL(QUrl)));
96 QAction* toggleFullScreen = windowMenu->addAction("Toggle FullScreen", this, SIGNAL(enteredFullScreenMode(bool)));
102 toggleFullScreen->connect(this, SIGNAL(enteredFullScreenMode(bool)), SLOT(setChecked(bool)));
103 connect(this, SIGNAL(enteredFullScreenMode(bool)), this, SLOT(toggleFullScreenMode(bool)));
123 connect(m_addressBar, SIGNAL(returnPressed()), SLOT(changeLocation()));
133 connect(selectAddressBar, SIGNAL(activated()), this, SLOT(openLocation()));
336 connect(buttonBox, SIGNAL(accepted()), &dialog, SLOT(accept()))
    [all...]
  /external/webkit/Source/WebCore/plugins/qt/
PluginContainerQt.cpp 69 connect(this, SIGNAL(clientClosed()), this, SLOT(on_clientClosed()));
70 connect(this, SIGNAL(clientIsEmbedded()), this, SLOT(on_clientIsEmbedded()));
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 92 connect(this, SIGNAL(sslErrors(QNetworkReply*, const QList<QSslError>&)),
157 connect(this, SIGNAL(geometryChangeRequested(const QRect &)),
163 connect(this, SIGNAL(featurePermissionRequested(QWebFrame*, QWebPage::Feature)), this, SLOT(requestPermission(QWebFrame*, QWebPage::Feature)));
164 connect(this, SIGNAL(featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature)), this, SLOT(cancelPermission(QWebFrame*, QWebPage::Feature)));
459 connect(m_controller, SIGNAL(showPage()), this, SLOT(showPage()));
460 connect(m_controller, SIGNAL(hidePage()), this, SLOT(hidePage()));
463 connect(m_controller, SIGNAL(geolocationPermissionSet()), this, SLOT(geolocationPermissionSet()));
465 connect(m_controller, SIGNAL(done()), this, SLOT(dump()));
472 connect(m_page, SIGNAL(frameCreated(QWebFrame *)),
476 connect(m_page, SIGNAL(loadFinished(bool))
    [all...]
  /external/webkit/Tools/QtTestBrowser/
launcherwindow.cpp 79 connect(this, SIGNAL(destroyed()), m_inspector, SLOT(deleteLater()));
118 connect(view, SIGNAL(currentFPSUpdated(int)), this, SLOT(updateFPS(int)));
128 connect(page(), SIGNAL(loadStarted()), this, SLOT(loadStarted()));
129 connect(page(), SIGNAL(loadFinished(bool)), this, SLOT(loadFinished()));
130 connect(page(), SIGNAL(linkHovered(const QString&, const QString&, const QString&)),
132 connect(this, SIGNAL(enteredFullScreenMode(bool)), this, SLOT(toggleFullScreenMode(bool)));
135 connect(page()->mainFrame(), SIGNAL(urlChanged(QUrl)), this, SLOT(printURL(QUrl)));
231 QAction* toggleFullScreen = windowMenu->addAction("Toggle FullScreen", this, SIGNAL(enteredFullScreenMode(bool)));
237 toggleFullScreen->connect(this, SIGNAL(enteredFullScreenMode(bool)), SLOT(setChecked(bool)));
290 showInspectorAction->connect(m_inspector, SIGNAL(visibleChanged(bool)), SLOT(setChecked(bool)))
    [all...]
webpage.cpp 51 connect(networkAccessManager(), SIGNAL(authenticationRequired(QNetworkReply*, QAuthenticator*)),
53 connect(this, SIGNAL(featurePermissionRequested(QWebFrame*, QWebPage::Feature)), this, SLOT(requestPermission(QWebFrame*, QWebPage::Feature)));
54 connect(this, SIGNAL(featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature)), this, SLOT(featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature)));
162 connect(buttonBox, SIGNAL(accepted()), dialog, SLOT(accept()));
163 connect(buttonBox, SIGNAL(rejected()), dialog, SLOT(reject()));
webview.cpp 57 connect(m_updateTimer, SIGNAL(timeout()), this, SLOT(updateFrameRate()));
62 connect(page->mainFrame(), SIGNAL(contentsSizeChanged(const QSize&)), SLOT(contentsSizeChanged(const QSize&)));
63 connect(page, SIGNAL(scrollRequested(int, int, const QRect&)), SLOT(scrollRequested(int, int)));
207 s1->addTransition(s1, SIGNAL(propertiesAssigned()), s2);
216 s3->addTransition(s3, SIGNAL(propertiesAssigned()), final);
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 108 connect(m_mediaObject, SIGNAL(stateChanged(Phonon::State,Phonon::State)),
110 connect(m_mediaObject, SIGNAL(metaDataChanged()), this, SLOT(metaDataChanged()));
111 connect(m_mediaObject, SIGNAL(seekableChanged(bool)), this, SLOT(seekableChanged(bool)));
112 connect(m_mediaObject, SIGNAL(hasVideoChanged(bool)), this, SLOT(hasVideoChanged(bool)));
113 connect(m_mediaObject, SIGNAL(bufferStatus(int)), this, SLOT(bufferStatus(int)));
114 connect(m_mediaObject, SIGNAL(finished()), this, SLOT(finished()));
115 connect(m_mediaObject, SIGNAL(currentSourceChanged(Phonon::MediaSource)),
117 connect(m_mediaObject, SIGNAL(aboutToFinish()), this, SLOT(aboutToFinish()));
118 connect(m_mediaObject, SIGNAL(totalTimeChanged(qint64)), this, SLOT(totalTimeChanged(qint64)));
MediaPlayerPrivateQt.cpp 122 // Signal Handlers
123 connect(m_mediaPlayer, SIGNAL(mediaStatusChanged(QMediaPlayer::MediaStatus)),
125 connect(m_mediaPlayer, SIGNAL(stateChanged(QMediaPlayer::State)),
127 connect(m_mediaPlayer, SIGNAL(error(QMediaPlayer::Error)),
129 connect(m_mediaPlayer, SIGNAL(bufferStatusChanged(int)),
131 connect(m_mediaPlayer, SIGNAL(durationChanged(qint64)),
133 connect(m_mediaPlayer, SIGNAL(positionChanged(qint64)),
135 connect(m_mediaPlayer, SIGNAL(volumeChanged(int)),
137 connect(m_mediaPlayer, SIGNAL(mutedChanged(bool)),
139 connect(m_videoScene, SIGNAL(changed(QList<QRectF>))
    [all...]
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 282 connect(d->view, SIGNAL(geometryChanged()), this, SLOT(updateDeclarativeWebViewSize()));
283 connect(d->view, SIGNAL(doubleClick(int, int)), this, SIGNAL(doubleClick(int, int)));
284 connect(d->view, SIGNAL(scaleChanged()), this, SIGNAL(contentsScaleChanged()));
588 no signal is emitted and returns false.
772 connect(page->mainFrame(), SIGNAL(urlChanged(QUrl)), this, SLOT(pageUrlChanged()));
773 connect(page->mainFrame(), SIGNAL(titleChanged(QString)), this, SIGNAL(titleChanged(QString)));
774 connect(page->mainFrame(), SIGNAL(iconChanged()), this, SIGNAL(iconChanged()))
    [all...]
  /external/webkit/Source/WebKit2/Platform/qt/
WorkQueueQt.cpp 48 WorkItemQt(WorkQueue* workQueue, QObject* source, const char* signal, WorkItem* workItem)
51 , m_signal(signal)
87 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, notifier, SIGNAL(activated(int)), workItem.leakPtr());
123 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, process, SIGNAL(finished(int, QProcess::ExitStatus)), workItem.leakPtr());
  /external/ppp/pppd/
main.c 76 #include <signal.h>
615 new_phase(PHASE_DORMANT); /* allow signal to end holdoff */
673 info("Terminating on signal %d", got_sigterm);
691 * setup_signals - initialize signal handling.
699 * Compute mask of all interesting signals and install signal handlers
700 * for each. Only one signal handler may be active at a time. Therefore,
710 #define SIGNAL(s, handler) do { \
713 fatal("Couldn't establish signal handler (%d): %m", s); \
718 SIGNAL(SIGHUP, hup); /* Hangup */
719 SIGNAL(SIGINT, term); /* Interrupt *
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
SharedTimerQt.cpp 89 timer->connect(QCoreApplication::instance(), SIGNAL(aboutToQuit()), SLOT(destroy()));
  /external/valgrind/tsan/
ts_events.h 61 SIGNAL, // {tid, pc, obj, 0}
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
PlatformVideoWindowQt.cpp 44 connect(&m_cursorTimer, SIGNAL(timeout()), this, SLOT(hideCursor()));

Completed in 656 milliseconds

12 3 4