Home | History | Annotate | Download | only in declarative

Lines Matching defs:setHtml

297         setHtml(d->pendingString, d->pendingUrl);
837 void QDeclarativeWebView::setHtml(const QString& html, const QUrl& baseUrl)
841 page()->mainFrame()->setHtml(html, baseUrl);