Home | History | Annotate | Download | only in Api

Lines Matching defs:baseUrl

747     \property QWebFrame::baseUrl
752 QUrl QWebFrame::baseUrl() const
754 return d->frame->loader()->baseURL();
857 Sets the content of this frame to \a html. \a baseUrl is optional and used to resolve relative
871 void QWebFrame::setHtml(const QString &html, const QUrl &baseUrl)
873 KURL kurl(baseUrl);
886 External objects referenced in the content are located relative to \a baseUrl.
894 void QWebFrame::setContent(const QByteArray &data, const QString &mimeType, const QUrl &baseUrl)
896 KURL kurl(baseUrl);