SVGUnknownElement 70 Source/core/dom/custom/CustomElementRegistrationContext.cpp element = SVGUnknownElement::create(tagName, document); SVGUnknownElement 36 Source/core/svg/SVGUnknownElement.cpp SVGUnknownElement::SVGUnknownElement(const QualifiedName& tagName, Document& document) SVGUnknownElement 44 Source/core/svg/SVGUnknownElement.h class SVGUnknownElement FINAL : public SVGElement { SVGUnknownElement 46 Source/core/svg/SVGUnknownElement.h static PassRefPtr<SVGUnknownElement> create(const QualifiedName& tagName, Document& document) SVGUnknownElement 48 Source/core/svg/SVGUnknownElement.h return adoptRef(new SVGUnknownElement(tagName, document)); SVGUnknownElement 52 Source/core/svg/SVGUnknownElement.h SVGUnknownElement(const QualifiedName&, Document&);