Home | History | Annotate | Download | only in qt

Lines Matching full:m_controller

330     m_controller = new LayoutTestController(this);
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()));
345 m_controller, SLOT(maybeDump(bool)));
349 m_controller, SLOT(resetLoadFinished()));
396 m_controller->reset();
526 frame->addToJavaScriptWindowObject(QLatin1String("layoutTestController"), m_controller);
562 if (m_controller->shouldDumpChildrenAsText()) {
668 if (m_controller->shouldDumpAsText())
676 if (m_controller->shouldDumpBackForwardList())
680 printf("ERROR: nil result from %s", methodNameStringForFailedTest(m_controller));
749 if (m_controller->shouldDumpTitleChanges())
762 if (!m_controller->shouldDumpDatabaseCallbacks())
775 if (!m_controller->shouldDumpStatusCallbacks())
783 if (!m_controller->canOpenWindows())
799 connect(page, SIGNAL(loadFinished(bool)), m_controller, SLOT(maybeDump(bool)));