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

1 2 3

  /external/webkit/WebKit/qt/docs/webkitsnippets/
qtwebkit_qwebinspector_snippet.cpp 13 connect(page, SIGNAL(webInspectorTriggered(QWebElement)), inspector, SLOT(show()));
  /external/webkit/WebKit/qt/docs/webkitsnippets/webpage/
main.cpp 51 &app, SLOT(quit()));
61 this, SLOT(render()));
  /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()));
32 SLOT(bssSelected(Q3ListViewItem *)));
56 connect(timer, SIGNAL(timeout()), SLOT(getResults()));
wpagui.cpp 36 connect(helpIndexAction, SIGNAL(activated()), this, SLOT(helpIndex()));
38 SLOT(helpContents()));
39 connect(helpAboutAction, SIGNAL(activated()), this, SLOT(helpAbout()));
40 connect(fileExitAction, SIGNAL(activated()), this, SLOT(close()));
41 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
42 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan()));
43 connect(connectButton, SIGNAL(clicked()), this, SLOT(connectB()));
45 SLOT(eventHistory()));
47 SLOT(selectNetwork(const QString&)));
49 SLOT(editNetwork()))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
main.cpp 22 a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
  /external/webkit/WebKitTools/QtLauncher/
main.cpp 160 connect(page(), SIGNAL(loadStarted()), this, SLOT(loadStarted()));
161 connect(page(), SIGNAL(loadFinished(bool)), this, SLOT(loadFinished()));
163 this, SLOT(showLinkHover(const QString&, const QString&)));
168 connect(this, SIGNAL(destroyed()), inspector, SLOT(deleteLater()));
374 m_view, SLOT(print(QPrinter*)));
482 fileMenu->addAction("New Window", this, SLOT(newWindow()), QKeySequence::New);
483 fileMenu->addAction(tr("Open File..."), this, SLOT(openFile()), QKeySequence::Open);
484 fileMenu->addAction("Close Window", this, SLOT(close()), QKeySequence::Close);
486 fileMenu->addAction("Take Screen Shot...", this, SLOT(screenshot()));
487 fileMenu->addAction(tr("Print..."), this, SLOT(print()), QKeySequence::Print)
    [all...]
locationedit.cpp 35 connect(&m_clearTimer, SIGNAL(timeout()), this, SLOT(reset()));
78 QTimer::singleShot(0, this, SLOT(selectAll()));
mainwindow.cpp 63 connect(urlEdit, SIGNAL(returnPressed()), SLOT(changeLocation()));
75 this, SLOT(setWindowTitle(const QString&)));
76 connect(page(), SIGNAL(loadProgress(int)), urlEdit, SLOT(setProgress(int)));
77 connect(page(), SIGNAL(windowCloseRequested()), this, SLOT(close()));
webview.cpp 66 connect(updateTimer, SIGNAL(timeout()), this, SLOT(updateFrameRate()));
103 QAction* newTabAction = menu->addAction("Open in Default &Browser", webPage, SLOT(openUrlInDefaultBrowser()));
  /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 62 SLOT(startService()));
64 SLOT(stopService()));
71 SLOT(addInterface()));
84 SLOT(eventHistory()));
86 SLOT(saveConfig()));
87 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog()));
88 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
90 SLOT(addNetwork()));
92 SLOT(editSelectedNetwork()));
94 SLOT(removeSelectedNetwork()))
    [all...]
scanresults.cpp 27 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
28 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
31 SLOT(bssSelected(QTreeWidgetItem *)));
  /external/webkit/WebKit/qt/tests/benchmarks/loading/
tst_loading.cpp 37 QObject::connect(obj, signal, &loop, SLOT(quit()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
  /external/webkit/WebKit/qt/tests/benchmarks/painting/
tst_painting.cpp 37 QObject::connect(obj, signal, &loop, SLOT(quit()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
  /external/webkit/WebKit/qt/tests/
util.h 40 QObject::connect(obj, signal, &loop, SLOT(quit()));
44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
  /external/webkit/WebCore/platform/network/qt/
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>&)));
DnsPrefetchHelper.h 55 QHostInfo::lookupHost(hostname, this, SLOT(lookedUp(QHostInfo)));
NetworkStateNotifierQt.cpp 37 connect(m_configurationManager, SIGNAL(onlineStateChanged(bool)), this, SLOT(onlineStateChanged(bool)));
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 95 this, SLOT(sslErrorsEncountered(QNetworkReply*, const QList<QSslError>&)));
141 this, SLOT(setViewGeometry(const QRect & )));
331 connect(m_controller, SIGNAL(showPage()), this, SLOT(showPage()));
332 connect(m_controller, SIGNAL(hidePage()), this, SLOT(hidePage()));
334 connect(m_controller, SIGNAL(done()), this, SLOT(dump()));
341 this, SLOT(connectFrame(QWebFrame *)));
345 m_controller, SLOT(maybeDump(bool)));
349 m_controller, SLOT(resetLoadFinished()));
350 connect(m_page, SIGNAL(windowCloseRequested()), this, SLOT(windowCloseRequested()));
353 SLOT(titleChanged(const QString&)))
    [all...]
  /external/webkit/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/WebKit/qt/QGVLauncher/
main.cpp 141 connect(fpsTimer, SIGNAL(timeout()), this, SLOT(printFps()));
306 connect(scene->webView(), SIGNAL(loadFinished(bool)), this, SLOT(loadFinished(bool)));
307 connect(scene->webView(), SIGNAL(titleChanged(const QString&)), this, SLOT(setWindowTitle(const QString&)));
308 connect(scene->webView()->page(), SIGNAL(windowCloseRequested()), this, SLOT(close()));
447 connect(urlEdit, SIGNAL(returnPressed()), SLOT(changeLocation()));
457 fileMenu->addAction("New Window", this, SLOT(newWindow()), QKeySequence::New);
458 fileMenu->addAction("Open File...", this, SLOT(openFile()), QKeySequence::Open);
459 fileMenu->addAction("Clone Window", this, SLOT(clone()));
460 fileMenu->addAction("Close Window", this, SLOT(close()), QKeySequence::Close);
462 fileMenu->addAction("Quit", QApplication::instance(), SLOT(closeAllWindows()), QKeySequence(Qt::CTRL | Qt::Key_Q))
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 106 this, SLOT(stateChanged(Phonon::State,Phonon::State)));
107 connect(m_mediaObject, SIGNAL(metaDataChanged()), this, SLOT(metaDataChanged()));
108 connect(m_mediaObject, SIGNAL(seekableChanged(bool)), this, SLOT(seekableChanged(bool)));
109 connect(m_mediaObject, SIGNAL(hasVideoChanged(bool)), this, SLOT(hasVideoChanged(bool)));
110 connect(m_mediaObject, SIGNAL(bufferStatus(int)), this, SLOT(bufferStatus(int)));
111 connect(m_mediaObject, SIGNAL(finished()), this, SLOT(finished()));
113 this, SLOT(currentSourceChanged(Phonon::MediaSource)));
114 connect(m_mediaObject, SIGNAL(aboutToFinish()), this, SLOT(aboutToFinish()));
115 connect(m_mediaObject, SIGNAL(totalTimeChanged(qint64)), this, SLOT(totalTimeChanged(qint64)));

Completed in 559 milliseconds

1 2 3