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

  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 438 m_mainView = view;
443 m_mainView = view;
449 m_mainView->setContextMenuPolicy(Qt::NoContextMenu);
450 m_mainView->resize(QSize(LayoutTestController::maxViewWidth, LayoutTestController::maxViewHeight));
498 QApplication::sendEvent(m_mainView, &event);
507 delete m_mainView;
638 m_mainView->resize(QSize(width, height));
781 m_mainView->show();
783 QPixmap pixmap(m_mainView->size());
784 m_mainView->render(&pixmap)
    [all...]
DumpRenderTreeQt.h 151 QWidget* m_mainView;

Completed in 27 milliseconds