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

  /external/webkit/Source/WebKit/qt/declarative/
plugin.cpp 34 qmlRegisterType<QDeclarativeWebView>(uri, 1, 0, "WebView");
36 qmlRegisterType<QDeclarativeWebView>(uri, 1, 1, "WebView");
37 qmlRegisterRevision<QDeclarativeWebView, 0>("QtWebKit", 1, 0);
38 qmlRegisterRevision<QDeclarativeWebView, 1>("QtWebKit", 1, 1);
qdeclarativewebview.cpp 43 QDeclarativeWebViewPrivate(QDeclarativeWebView* qq)
48 , status(QDeclarativeWebView::Null)
56 QDeclarativeWebView* q;
63 QDeclarativeWebView::Status status;
85 GraphicsWebView::GraphicsWebView(QDeclarativeWebView* parent)
155 \qmlclass WebView QDeclarativeWebView
234 \class QDeclarativeWebView
235 \brief The QDeclarativeWebView class allows you to add web content to a QDeclarativeView.
245 A QDeclarativeWebView object can be instantiated in Qml using the tag \l WebView.
248 QDeclarativeWebView::QDeclarativeWebView(QDeclarativeItem *parent) : QDeclarativeItem(parent
    [all...]
qdeclarativewebview_p.h 44 class QDeclarativeWebView;
50 explicit QDeclarativeWebPage(QDeclarativeWebView *parent);
60 QDeclarativeWebView *viewItem();
66 GraphicsWebView(QDeclarativeWebView* parent = 0);
78 QDeclarativeWebView *parent;
82 friend class QDeclarativeWebView;
89 class QDeclarativeWebView : public QDeclarativeItem {
131 QDeclarativeWebView(QDeclarativeItem *parent = 0);
132 ~QDeclarativeWebView();
250 QDeclarativeWebView* createWindow(QWebPage::WebWindowType type)
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 114 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Ready));
141 QDeclarativeWebView* wv = qobject_cast<QDeclarativeWebView*>(component.create());
188 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Ready));
204 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Ready));
218 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Ready));
264 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Error));

Completed in 49 milliseconds