HomeSort by relevance Sort by last modified time
    Searched defs:setHtml (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebKit/qt/Api/
qgraphicswebview.cpp 816 void QGraphicsWebView::setHtml(const QString& html, const QUrl& baseUrl)
818 page()->mainFrame()->setHtml(html, baseUrl);
830 \sa load(), setHtml(), QWebFrame::toHtml()
qwebframe.cpp 445 the HTML content readily available, you can use setHtml() instead.
587 \sa setHtml(), toPlainText()
790 \sa setUrl(), setHtml(), setContent()
871 void QWebFrame::setHtml(const QString &html, const QUrl &baseUrl)
892 \sa toHtml(), setHtml()
    [all...]
qwebview.cpp 230 the HTML content readily available, you can use setHtml() instead.
453 void QWebView::setHtml(const QString &html, const QUrl &baseUrl)
455 page()->mainFrame()->setHtml(html, baseUrl);
467 \sa load(), setHtml(), QWebFrame::toHtml()
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 558 void setHtml();
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
EditStyledText.java 385 public void setHtml(String html) {
386 mConverter.SetHtml(html);
    [all...]

Completed in 315 milliseconds