Home | History | Annotate | Download | only in declarative

Lines Matching full:setcontent

300         setContent(d->pendingData, d->pendingString, d->pendingUrl);
850 void QDeclarativeWebView::setContent(const QByteArray& data, const QString& mimeType, const QUrl& baseUrl)
855 page()->mainFrame()->setContent(data, mimeType, qmlContext(this)->resolvedUrl(baseUrl));