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

  /external/webkit/Tools/QtTestBrowser/
webview.h 39 #include <qgraphicswebview.h>
60 class GraphicsWebView : public QGraphicsWebView {
64 GraphicsWebView(QGraphicsItem* parent = 0) : QGraphicsWebView(parent) {};
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.h 45 #include <qgraphicswebview.h>
228 QGraphicsWebView* graphicsView() const { return m_item; }
232 QGraphicsWebView* m_item;
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 25 #include <qgraphicswebview.h>
38 void qgraphicswebview();
59 void tst_QGraphicsWebView::qgraphicswebview() function in class:tst_QGraphicsWebView
61 QGraphicsWebView item;
88 QGraphicsWebView* webView;
100 class GraphicsWebView : public QGraphicsWebView
105 GraphicsWebView(QGraphicsItem* parent = 0): QGraphicsWebView(parent)
118 QGraphicsWebView::sceneEvent(&presEv);
119 QGraphicsWebView::sceneEvent(&relEv);
128 QGraphicsWebView* webView = new QGraphicsWebView
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 36 #include <qgraphicswebview.h>
737 QGraphicsWebView webView;
    [all...]

Completed in 268 milliseconds