Home
last modified time | relevance | path

Searched refs:defsTag (Results 1 – 10 of 10) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGDefsElement.cpp58 return SVGNames::defsTag.id(); in id()
H A DSVGAnimateMotionElement.cpp62 || targetElement->hasTagName(defsTag) in hasValidTarget()
H A DSVGNames.h29 extern DOM::QualifiedName defsTag;
H A DSVGNames.cpp39 DOM::QualifiedName defsTag; variable
370 defsTag = DOM::QualifiedName(DOM::makeId(DOM::svgNamespace, ID_DEFS), DOM::emptyPrefixName); in init()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGAnimateMotionElement.cpp68 || targetElement->hasTagName(defsTag) in hasValidAttributeType()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DSVGNames.h56 extern const WebCore::QualifiedName defsTag;
H A DSVGElementFactory.cpp537 addTag(defsTag, defsConstructor); in createFunctionMap()
H A DSVGNames.cpp60 DEFINE_GLOBAL(QualifiedName, defsTag, nullAtom, "defs", svgNamespaceURI);
146 (WebCore::QualifiedName*)&defsTag, in getSVGTags()
755 new ((void*)&defsTag) QualifiedName(nullAtom, "defs", svgNS); in init()
H A DJSSVGElementWrapperFactory.cpp588 map.set(defsTag.localName().impl(), createSVGDefsElementWrapper); in createJSSVGWrapper()
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_docimpl.cpp1261 if (id == WebCore::SVGNames::defsTag.localNameId().id()) { in createSVGElement()