Lines Matching refs:connect
92 connect(this, SIGNAL(sslErrors(QNetworkReply*, const QList<QSslError>&)), in NetworkAccessManager()
157 connect(this, SIGNAL(geometryChangeRequested(const QRect &)), in WebPage()
163 …connect(this, SIGNAL(featurePermissionRequested(QWebFrame*, QWebPage::Feature)), this, SLOT(reques… in WebPage()
164 …connect(this, SIGNAL(featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature)), this, SLOT(… in WebPage()
459 connect(m_controller, SIGNAL(showPage()), this, SLOT(showPage())); in DumpRenderTree()
460 connect(m_controller, SIGNAL(hidePage()), this, SLOT(hidePage())); in DumpRenderTree()
463 … connect(m_controller, SIGNAL(geolocationPermissionSet()), this, SLOT(geolocationPermissionSet())); in DumpRenderTree()
465 connect(m_controller, SIGNAL(done()), this, SLOT(dump())); in DumpRenderTree()
472 connect(m_page, SIGNAL(frameCreated(QWebFrame *)), in DumpRenderTree()
476 connect(m_page, SIGNAL(loadFinished(bool)), in DumpRenderTree()
480 connect(m_page, SIGNAL(loadStarted()), in DumpRenderTree()
482 connect(m_page, SIGNAL(windowCloseRequested()), this, SLOT(windowCloseRequested())); in DumpRenderTree()
483 connect(m_page, SIGNAL(printRequested(QWebFrame*)), this, SLOT(dryRunPrint(QWebFrame*))); in DumpRenderTree()
485 connect(m_page->mainFrame(), SIGNAL(titleChanged(const QString&)), in DumpRenderTree()
487 connect(m_page, SIGNAL(databaseQuotaExceeded(QWebFrame*,QString)), in DumpRenderTree()
489 connect(m_page, SIGNAL(applicationCacheQuotaExceeded(QWebSecurityOrigin *, quint64)), in DumpRenderTree()
491 connect(m_page, SIGNAL(statusBarMessage(const QString&)), in DumpRenderTree()
494 QObject::connect(this, SIGNAL(quit()), qApp, SLOT(quit()), Qt::QueuedConnection); in DumpRenderTree()
696 connect(this, SIGNAL(ready()), this, SLOT(loadNextTestInStandAloneMode())); in processArgsLine()
1044 connect(frame, SIGNAL(javaScriptWindowObjectCleared()), this, SLOT(initJSObjects())); in connectFrame()
1045 connect(frame, SIGNAL(provisionalLoad()), in connectFrame()
1099 connect(page, SIGNAL(frameCreated(QWebFrame*)), this, SLOT(connectFrame(QWebFrame*))); in createWindow()
1101 connect(page, SIGNAL(loadFinished(bool)), m_controller, SLOT(maybeDump(bool))); in createWindow()
1102 connect(page, SIGNAL(windowCloseRequested()), this, SLOT(windowCloseRequested())); in createWindow()