HomeSort by relevance Sort by last modified time
    Searched full:m_controller (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 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()
    [all...]
DumpRenderTreeQt.h 85 LayoutTestController *layoutTestController() const { return m_controller; }
125 LayoutTestController *m_controller; member in class:WebCore::DumpRenderTree

Completed in 5062 milliseconds