Lines Matching refs:m_controller
458 m_controller = new LayoutTestController(this); in DumpRenderTree()
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()
477 m_controller, SLOT(maybeDump(bool))); in DumpRenderTree()
481 m_controller, SLOT(resetLoadFinished())); in DumpRenderTree()
549 m_controller->reset(); in resetToConsistentStateBeforeTesting()
772 frame->addToJavaScriptWindowObject(QLatin1String("layoutTestController"), m_controller); in initJSObjects()
806 if (m_controller->shouldDumpChildFrameScrollPositions()) { in dumpFrameScrollPosition()
831 if (m_controller->shouldDumpChildrenAsText()) { in dumpFramesAsText()
946 m_controller->dumpAsText(); in dump()
950 if (m_controller->shouldDumpAsText()) in dump()
960 if (m_controller->shouldDumpBackForwardList()) { in dump()
969 printf("ERROR: nil result from %s", methodNameStringForFailedTest(m_controller)); in dump()
1038 if (m_controller->shouldDumpTitleChanges()) in titleChanged()
1051 if (!m_controller->shouldDumpDatabaseCallbacks()) in dumpDatabaseQuota()
1064 if (!m_controller->shouldDumpApplicationCacheDelegateCallbacks()) in dumpApplicationCacheQuota()
1077 if (!m_controller->shouldDumpStatusCallbacks()) in statusBarMessage()
1085 if (!m_controller->canOpenWindows()) in createWindow()
1101 connect(page, SIGNAL(loadFinished(bool)), m_controller, SLOT(maybeDump(bool))); in createWindow()