Home
last modified time | relevance | path

Searched defs:isSVGElement (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dattribute-rel-svg.cpp39 bool SPAttributeRelSVG::isSVGElement(Glib::ustring element) in isSVGElement() function in SPAttributeRelSVG
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/npm-asset/html2canvas/dist/types/dom/
H A Dnode-parser.d.ts10 export declare const isSVGElement: (node: Element) => node is SVGSVGElement; constant
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/npm-asset/html2canvas/dist/types/src/dom/
H A Dnode-parser.d.ts10 export declare const isSVGElement: (node: Element) => node is SVGSVGElement; constant
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGElement.h191 bool isSVGElement() const override in isSVGElement() function
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_nodeimpl.h179 virtual bool isSVGElement() const in isSVGElement() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DNode.h198 bool isSVGElement() const { return getFlag(IsSVGFlag); } in isSVGElement() function