Home | History | Annotate | Download | only in qt

Lines Matching full:slot

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&)));
355 this, SLOT(dumpDatabaseQuota(QWebFrame*,QString)));
357 this, SLOT(statusBarMessage(const QString&)));
359 QObject::connect(this, SIGNAL(quit()), qApp, SLOT(quit()), Qt::QueuedConnection);
755 connect(frame, SIGNAL(javaScriptWindowObjectCleared()), this, SLOT(initJSObjects()));
757 layoutTestController(), SLOT(provisionalLoad()));
797 connect(page, SIGNAL(frameCreated(QWebFrame*)), this, SLOT(connectFrame(QWebFrame*)));
799 connect(page, SIGNAL(loadFinished(bool)), m_controller, SLOT(maybeDump(bool)));
800 connect(page, SIGNAL(windowCloseRequested()), this, SLOT(windowCloseRequested()));