Home
last modified time | relevance | path

Searched defs:isHTMLDocument (Results 1 – 5 of 5) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/html/
H A Dhtml_documentimpl.h51 bool isHTMLDocument() const override in isHTMLDocument() function
/dports/www/kf5-khtml/khtml-5.89.0/src/dom/
H A Ddom_doc.cpp415 bool Document::isHTMLDocument() const in isHTMLDocument() function in DOM::Document
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_docimpl.h272 virtual bool isHTMLDocument() const in isHTMLDocument() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DDocument.h411 bool isHTMLDocument() const { return m_isHTML; } in isHTMLDocument() function
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkhtml.py1661 def isHTMLDocument(self): member in DOM.Document