Home | History | Annotate | Download | only in qt

Lines Matching full:m_controller

458     m_controller = new LayoutTestController(this);
459 connect(m_controller, SIGNAL(showPage()), this, SLOT(showPage()));
460 connect(m_controller, SIGNAL(hidePage()), this, SLOT(hidePage()));
463 connect(m_controller, SIGNAL(geolocationPermissionSet()), this, SLOT(geolocationPermissionSet()));
465 connect(m_controller, SIGNAL(done()), this, SLOT(dump()));
477 m_controller, SLOT(maybeDump(bool)));
481 m_controller, SLOT(resetLoadFinished()));
549 m_controller->reset();
772 frame->addToJavaScriptWindowObject(QLatin1String("layoutTestController"), m_controller);
806 if (m_controller->shouldDumpChildFrameScrollPositions()) {
831 if (m_controller->shouldDumpChildrenAsText()) {
946 m_controller->dumpAsText();
950 if (m_controller->shouldDumpAsText())
960 if (m_controller->shouldDumpBackForwardList()) {
969 m_controller));
1038 if (m_controller->shouldDumpTitleChanges())
1051 if (!m_controller->shouldDumpDatabaseCallbacks())
1064 if (!m_controller->shouldDumpApplicationCacheDelegateCallbacks())
1077 if (!m_controller->shouldDumpStatusCallbacks())
1085 if (!m_controller->canOpenWindows())
1101 connect(page, SIGNAL(loadFinished(bool)), m_controller, SLOT(maybeDump(bool)));