Searched refs:QDeclarativeWebView (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebKit/qt/declarative/ |
D | qdeclarativewebview.cpp | 43 QDeclarativeWebViewPrivate(QDeclarativeWebView* qq) in QDeclarativeWebViewPrivate() 48 , status(QDeclarativeWebView::Null) in QDeclarativeWebViewPrivate() 56 QDeclarativeWebView* q; 63 QDeclarativeWebView::Status status; 85 GraphicsWebView::GraphicsWebView(QDeclarativeWebView* parent) in GraphicsWebView() 248 QDeclarativeWebView::QDeclarativeWebView(QDeclarativeItem *parent) : QDeclarativeItem(parent) in QDeclarativeWebView() function in QDeclarativeWebView 253 QDeclarativeWebView::~QDeclarativeWebView() in ~QDeclarativeWebView() 258 void QDeclarativeWebView::init() in init() 287 void QDeclarativeWebView::componentComplete() in componentComplete() 309 QDeclarativeWebView::Status QDeclarativeWebView::status() const in status() [all …]
|
D | plugin.cpp | 34 qmlRegisterType<QDeclarativeWebView>(uri, 1, 0, "WebView"); in registerTypes() 36 qmlRegisterType<QDeclarativeWebView>(uri, 1, 1, "WebView"); in registerTypes() 37 qmlRegisterRevision<QDeclarativeWebView, 0>("QtWebKit", 1, 0); in registerTypes() 38 qmlRegisterRevision<QDeclarativeWebView, 1>("QtWebKit", 1, 1); in registerTypes()
|
D | qdeclarativewebview_p.h | 44 class QDeclarativeWebView; variable 50 explicit QDeclarativeWebPage(QDeclarativeWebView *parent); 60 QDeclarativeWebView *viewItem(); 66 GraphicsWebView(QDeclarativeWebView* parent = 0); 78 QDeclarativeWebView *parent; 82 friend class QDeclarativeWebView; variable 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/ |
D | tst_qdeclarativewebview.cpp | 114 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Ready)); in basicProperties() 141 QDeclarativeWebView* wv = qobject_cast<QDeclarativeWebView*>(component.create()); in elementAreaAt() 188 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Ready)); in historyNav() 204 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Ready)); in historyNav() 218 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Ready)); in historyNav() 264 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Error)); in loadError()
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 123 [Qt] Fix assert in QDeclarativeWebView 129 Instantiating a QDeclarativeWebView twice will trigger an assertion 137 (QDeclarativeWebView::init): 1042 (QDeclarativeWebView::init): 5808 [Qt] Doc improvements for QDeclarativeWebView 6369 QDeclarativeWebView is creating the item and expose 6386 (QDeclarativeWebView::QDeclarativeWebView): 6387 (QDeclarativeWebView::~QDeclarativeWebView): 6388 (QDeclarativeWebView::init): 6389 (QDeclarativeWebView::componentComplete): [all …]
|
D | ChangeLog | 99 QDeclarativeWebView. We can't do that right now because this class is not 1186 (QDeclarativeWebView::setPage): Don't forward the frame's titleChanged 1309 (QDeclarativeWebView::backgroundColor): 1310 (QDeclarativeWebView::setBackgroundColor): 1777 (QDeclarativeWebView::init):
|