Lines Matching refs:SLOT
93 this, SLOT(sslErrorsEncountered(QNetworkReply*, const QList<QSslError>&))); in NetworkAccessManager()
158 this, SLOT(setViewGeometry(const QRect & ))); in WebPage()
163 …connect(this, SIGNAL(featurePermissionRequested(QWebFrame*, QWebPage::Feature)), this, SLOT(reques… in WebPage()
164 …L(featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature)), this, SLOT(cancelPermission(QW… 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()
473 this, SLOT(connectFrame(QWebFrame *))); in DumpRenderTree()
477 m_controller, SLOT(maybeDump(bool))); in DumpRenderTree()
481 m_controller, SLOT(resetLoadFinished())); 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()
486 SLOT(titleChanged(const QString&))); in DumpRenderTree()
488 this, SLOT(dumpDatabaseQuota(QWebFrame*,QString))); in DumpRenderTree()
490 this, SLOT(dumpApplicationCacheQuota(QWebSecurityOrigin *, quint64))); in DumpRenderTree()
492 this, SLOT(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()
1046 layoutTestController(), SLOT(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()