Home
last modified time | relevance | path

Searched refs:feTileTag (Results 1 – 6 of 6) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DSVGNames.h82 extern const WebCore::QualifiedName feTileTag;
H A DSVGElementFactory.cpp563 addTag(feTileTag, fetileConstructor); in createFunctionMap()
H A DSVGNames.cpp86 DEFINE_GLOBAL(QualifiedName, feTileTag, nullAtom, "feTile", svgNamespaceURI);
172 (WebCore::QualifiedName*)&feTileTag, in getSVGTags()
781 new ((void*)&feTileTag) QualifiedName(nullAtom, "feTile", svgNS); in init()
H A DJSSVGElementWrapperFactory.cpp614 map.set(feTileTag.localName().impl(), createSVGFETileElementWrapper); in createJSSVGWrapper()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGNames.h54 extern DOM::QualifiedName feTileTag;
H A DSVGNames.cpp64 DOM::QualifiedName feTileTag; variable
395 feTileTag = DOM::QualifiedName(DOM::makeId(DOM::svgNamespace, ID_FETILE), DOM::emptyPrefixName); in init()