Home | History | Annotate | Download | only in Api

Lines Matching refs:baseUrl

457     document are located relative to \a baseUrl.
467 This is a convenience function equivalent to setContent(html, "text/html", baseUrl).
474 void QWebView::setHtml(const QString &html, const QUrl &baseUrl)
476 page()->mainFrame()->setHtml(html, baseUrl);
484 External objects referenced in the content are located relative to \a baseUrl.
490 void QWebView::setContent(const QByteArray &data, const QString &mimeType, const QUrl &baseUrl)
492 page()->mainFrame()->setContent(data, mimeType, baseUrl);