Home | History | Annotate | Download | only in declarative

Lines Matching refs:baseUrl

837 void QDeclarativeWebView::setHtml(const QString& html, const QUrl& baseUrl)
841 page()->mainFrame()->setHtml(html, baseUrl);
844 d->pendingUrl = baseUrl;
850 void QDeclarativeWebView::setContent(const QByteArray& data, const QString& mimeType, const QUrl& baseUrl)
855 page()->mainFrame()->setContent(data, mimeType, qmlContext(this)->resolvedUrl(baseUrl));
858 d->pendingUrl = baseUrl;