HomeSort by relevance Sort by last modified time
    Searched full:qgraphicswebview (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/Source/WebKit/qt/tests/
tests.pro 3 SUBDIRS = qwebframe qwebpage qwebelement qgraphicswebview qwebhistoryinterface qwebview qwebhistory qwebinspector hybridPixmap MIMESniffing
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp 22 #include "qgraphicswebview.h"
55 QGraphicsWebViewPrivate(QGraphicsWebView* parent)
75 QGraphicsWebView* q;
156 \class QGraphicsWebView
157 \brief The QGraphicsWebView class allows Web content to be added to a GraphicsView.
170 for this item, making it simple to adapt existing code to use QGraphicsWebView instead
186 \fn void QGraphicsWebView::titleChanged(const QString &title)
194 \fn void QGraphicsWebView::urlChanged(const QUrl &url)
202 \fn void QGraphicsWebView::iconChanged()
213 \fn void QGraphicsWebView::loadStarted(
    [all...]
headers.pri 2 $$PWD/qgraphicswebview.h \
qgraphicswebview.h 40 class QWEBKIT_EXPORT QGraphicsWebView : public QGraphicsWidget {
57 explicit QGraphicsWebView(QGraphicsItem* parent = 0);
58 ~QGraphicsWebView();
qwebframe.h 227 friend class QGraphicsWebView;
qwebpage.h 432 friend class QGraphicsWebView;
qwebsettings.cpp 445 QGraphicsWebView, accelerates animations of web content. CSS animations of the transform and
449 for a QGraphicsWebView. With the tiled backing store enabled, the web page contents in and around
453 with contents using CSS fixed positioning (see also \l{QGraphicsWebView::}{resizesToContents} property).
454 \l{QGraphicsWebView::}{tiledBackingStoreFrozen} property allows application to temporarily
    [all...]
  /external/webkit/Source/WebKit/qt/symbian/bwins/
QtWebKitu.def 3 ??0QGraphicsWebView@@QAE@PAVQGraphicsItem@@@Z @ 2 NONAME ; QGraphicsWebView::QGraphicsWebView(class QGraphicsItem *)
35 ??1QGraphicsWebView@@UAE@XZ @ 34 NONAME ; QGraphicsWebView::~QGraphicsWebView(void)
71 ??_EQGraphicsWebView@@UAE@I@Z @ 70 NONAME ; QGraphicsWebView::~QGraphicsWebView(unsigned int)
96 ?back@QGraphicsWebView@@QAEXXZ @ 95 NONAME ; void QGraphicsWebView::back(void
    [all...]
  /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/benchmarks/webgl/
tst_webgl.cpp 24 #include <QGraphicsWebView>
52 QGraphicsWebView* m_webView;
63 m_webView = new QGraphicsWebView;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.h 29 #include "qgraphicswebview.h"
148 PageClientQGraphicsWidget(QGraphicsWebView* newView, QWebPage* newPage)
163 // this QGraphicsWebView as the scrollbars are needed when there's no compositing
207 // QGraphicsWebView can render composited layers
213 QGraphicsWebView* view;
QtFallbackWebPopup.cpp 28 #include "qgraphicswebview.h"
139 if (QGraphicsWebView *webView = qobject_cast<QGraphicsWebView*>(pageClient()->pluginParent())) {
ChromeClientQt.cpp 65 #include "qgraphicswebview.h"
  /external/webkit/Tools/QtTestBrowser/
webview.h 39 #include <qgraphicswebview.h>
60 class GraphicsWebView : public QGraphicsWebView {
64 GraphicsWebView(QGraphicsItem* parent = 0) : QGraphicsWebView(parent) {};
webview.cpp 253 QGraphicsWebView::mousePressEvent(event);
launcherwindow.cpp 588 QGraphicsWebView* view = static_cast<WebViewGraphicsBased*>(m_view)->graphicsWebView();
596 QGraphicsWebView* view = static_cast<WebViewGraphicsBased*>(m_view)->graphicsWebView();
    [all...]
  /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/
ChangeLog-2011-02-16 78 [Qt] wmode gets overridden even if already windowless in QGraphicsWebView
733 * Api/qgraphicswebview.cpp:
734 * Api/qgraphicswebview.h:
    [all...]
ChangeLog     [all...]
QtWebKit.pro 154 $$PWD/Api/qgraphicswebview.cpp \
  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 11 #include <QGraphicsWebView>
109 QEXPECT_FAIL("", "TODO: get preferred width from QGraphicsWebView result", Continue);
111 QEXPECT_FAIL("", "TODO: get preferred height from QGraphicsWebView result", Continue);
185 QEXPECT_FAIL("", "TODO: get preferred width from QGraphicsWebView result", Continue);
364 QGraphicsWebView view;
378 QGraphicsWebView view;
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 55 #include "qgraphicswebview.h"
404 if (QGraphicsWebView *webView = qobject_cast<QGraphicsWebView*>(client->pluginParent()))
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 29 #include "qgraphicswebview.h"
63 class GraphicsWebView : public QGraphicsWebView {
qdeclarativewebview.cpp 86 : QGraphicsWebView(parent)
102 QGraphicsWebView::mousePressEvent(event);
112 QGraphicsWebView::mouseReleaseEvent(event);
141 QGraphicsWebView::mouseMoveEvent(event);
146 bool rv = QGraphicsWebView::sceneEvent(event);
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 36 #include <qgraphicswebview.h>
737 QGraphicsWebView webView;
    [all...]

Completed in 677 milliseconds

1 2