Lines Matching full:signal
94 connect(this, SIGNAL(sslErrors(QNetworkReply*, const QList<QSslError>&)),
140 connect(this, SIGNAL(geometryChangeRequested(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()));
340 connect(m_page, SIGNAL(frameCreated(QWebFrame *)),
344 connect(m_page, SIGNAL(loadFinished(bool)),
348 connect(m_page, SIGNAL(loadStarted()),
350 connect(m_page, SIGNAL(windowCloseRequested()), this, SLOT(windowCloseRequested()));
352 connect(m_page->mainFrame(), SIGNAL(titleChanged(const QString&)),
354 connect(m_page, SIGNAL(databaseQuotaExceeded(QWebFrame*,QString)),
356 connect(m_page, SIGNAL(statusBarMessage(const QString&)),
359 QObject::connect(this, SIGNAL(quit()), qApp, SLOT(quit()), Qt::QueuedConnection);
682 // signal end of text block
755 connect(frame, SIGNAL(javaScriptWindowObjectCleared()), this, SLOT(initJSObjects()));
756 connect(frame, SIGNAL(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()));