Lines Matching refs:setHtml
253 [Qt] QWebFrame::setHtml doesn't emit loadFinished signal
256 QWebView->page()->mainFrame()->setHtml(html) is always emitting
259 calling setHtml() api and becuase of this the emitted signal for a
263 updated the tst_QWebFrame::setHtml() in tst_qwebframe.cpp to check for
2689 [Qt] Unit tests: setHtml("data:text/html,...") -> load(QUrl("data:text/html,..."))
5256 The QWebFrame and the QWebView setHtml() methods are a bit confusing.
5349 [Qt] Use the default timeout interval for JS as the HTML tokenizer delay for setHtml()
6429 (QDeclarativeWebView::setHtml):
7628 The problem was casued by a documented feature of the QWebFrame::setHtml().
7923 layout, thus deleting the qgraphicswebview before setHtml is called,
12747 toHtml() is called less frequently than setHtml().
14199 Make QWebFrame's setHtml and setContent methods to not change
14203 (QWebFrame::setHtml):
14809 (QWebGraphicsItem::setHtml):
17278 …Fix setHtml test case by adding <head> tag to the expected result. This tag is automatically added…
17422 After commit rev @43215, setHtml() without a <head> tag,
17863 Rename QWebElement::setHtml and html to setXml and toXml respectivily.
17984 Document that setHtml/setContent loads only the html/data immediately, not external objects.
18377 (QWebFrame::setHtml):
20655 Fix QWebFrame::setHtml() not setting the new contents immediately.
20661 as used by QWebFrame::setHtml.
21614 … Removed setHtml(const QByteArray &) overload as it breaks the common use of the setHtml() API.
21655 (QWebFrame::setHtml):
22107 Fix parsing of external scripts/stylesheets when using setHtml(const QString &html).
22114 (QWebFrame::setHtml):
23174 (QWebFrame::setHtml):
24072 (QWebFrame::setHtml):
24418 (QWebView::setHtml):
24502 Moved QWebPage::open to QWebFrame::load and added setHtml.
24507 (QWebFrame::setHtml):
24514 (QWebView::setHtml):
24540 (QWebView::setHtml):