Home | History | Annotate | Download | only in Api

Lines Matching refs:baseUrl

770     QUrl baseUrl = QUrl::fromLocalFile(QFileInfo(url.toLocalFile()).absoluteFilePath()); 
776 return baseUrl.resolved(toResolve);
818 \property QWebFrame::baseUrl
823 QUrl QWebFrame::baseUrl() const
827 return d->frame->document()->baseURL();
942 Sets the content of this frame to \a html. \a baseUrl is optional and used to resolve relative
956 This is a convenience function equivalent to setContent(html, "text/html", baseUrl).
965 void QWebFrame::setHtml(const QString &html, const QUrl &baseUrl)
967 KURL kurl(baseUrl);
980 External objects referenced in the content are located relative to \a baseUrl.
988 void QWebFrame::setContent(const QByteArray &data, const QString &mimeType, const QUrl &baseUrl)
990 KURL kurl(baseUrl);