Home
last modified time | relevance | path

Searched defs:isSVGDocument (Results 1 – 4 of 4) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGDocument.h44 bool isSVGDocument() const override in isSVGDocument() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGDocument.h54 virtual bool isSVGDocument() const { return true; } in isSVGDocument() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DDocument.h415 virtual bool isSVGDocument() const { return false; } in isSVGDocument() function
418 static bool isSVGDocument() { return false; } in isSVGDocument() function
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_docimpl.cpp3123 bool DOM::DocumentImpl::isSVGDocument() const in isSVGDocument() function in DOM::DocumentImpl