Lines Matching refs:html
441 QWebPage::mainFrame(). Additional frames will be created for HTML
445 the HTML content readily available, you can use setHtml() instead.
458 The title of an HTML frame can be accessed with the title() property.
585 Returns the frame's content as HTML, enclosed in HTML and BODY tags.
598 stripped of all HTML formatting.
615 html.
627 \brief the title of the frame as defined by the HTML <title> element
644 of the \c{<meta>} tags in the HTML document.
649 <html>
655 </html>
658 Given the above HTML code the metaData() function will return a map with two entries:
857 Sets the content of this frame to \a html. \a baseUrl is optional and used to resolve relative
860 The \a html is loaded immediately; external objects are loaded asynchronously.
864 script can be specified through the charset attribute of the HTML script tag. It is also possible
871 void QWebFrame::setHtml(const QString &html, const QUrl &baseUrl)
875 const QByteArray utf8 = html.toUtf8();
877 WebCore::SubstituteData substituteData(data, WebCore::String("text/html"), WebCore::String("utf-8"), KURL());
883 is empty it is currently assumed that the content is HTML but in future versions we may introduce
901 actualMimeType = QLatin1String("text/html");
1311 \l{http://www.w3.org/TR/REC-CSS2/selector.html#q1}{Standard CSS2 selector} syntax is
1327 \l{http://www.w3.org/TR/REC-CSS2/selector.html#q1}{Standard CSS2 selector} syntax is
1730 Returns the title of the nearest enclosing HTML element.
1795 Returns the alternate text of the element. This corresponds to the HTML alt attribute.