• Home
  • Raw
  • Download

Lines Matching refs:SIGNAL

94     connect(this, SIGNAL(sslErrors(QNetworkReply*, const QList<QSslError>&)),  in NetworkAccessManager()
140 connect(this, SIGNAL(geometryChangeRequested(const QRect &)), in WebPage()
331 connect(m_controller, SIGNAL(showPage()), this, SLOT(showPage())); in DumpRenderTree()
332 connect(m_controller, SIGNAL(hidePage()), this, SLOT(hidePage())); in DumpRenderTree()
334 connect(m_controller, SIGNAL(done()), this, SLOT(dump())); in DumpRenderTree()
340 connect(m_page, SIGNAL(frameCreated(QWebFrame *)), in DumpRenderTree()
344 connect(m_page, SIGNAL(loadFinished(bool)), in DumpRenderTree()
348 connect(m_page, SIGNAL(loadStarted()), in DumpRenderTree()
350 connect(m_page, SIGNAL(windowCloseRequested()), this, SLOT(windowCloseRequested())); in DumpRenderTree()
352 connect(m_page->mainFrame(), SIGNAL(titleChanged(const QString&)), in DumpRenderTree()
354 connect(m_page, SIGNAL(databaseQuotaExceeded(QWebFrame*,QString)), in DumpRenderTree()
356 connect(m_page, SIGNAL(statusBarMessage(const QString&)), in DumpRenderTree()
359 QObject::connect(this, SIGNAL(quit()), qApp, SLOT(quit()), Qt::QueuedConnection); in DumpRenderTree()
755 connect(frame, SIGNAL(javaScriptWindowObjectCleared()), this, SLOT(initJSObjects())); in connectFrame()
756 connect(frame, SIGNAL(provisionalLoad()), in connectFrame()
797 connect(page, SIGNAL(frameCreated(QWebFrame*)), this, SLOT(connectFrame(QWebFrame*))); in createWindow()
799 connect(page, SIGNAL(loadFinished(bool)), m_controller, SLOT(maybeDump(bool))); in createWindow()
800 connect(page, SIGNAL(windowCloseRequested()), this, SLOT(windowCloseRequested())); in createWindow()