SVGAltGlyphDefElement 32 Source/core/svg/SVGAltGlyphDefElement.cpp inline SVGAltGlyphDefElement::SVGAltGlyphDefElement(Document& document) SVGAltGlyphDefElement 38 Source/core/svg/SVGAltGlyphDefElement.cpp PassRefPtr<SVGAltGlyphDefElement> SVGAltGlyphDefElement::create(Document& document) SVGAltGlyphDefElement 40 Source/core/svg/SVGAltGlyphDefElement.cpp return adoptRef(new SVGAltGlyphDefElement(document)); SVGAltGlyphDefElement 43 Source/core/svg/SVGAltGlyphDefElement.cpp bool SVGAltGlyphDefElement::hasValidGlyphElements(Vector<AtomicString>& glyphNames) const SVGAltGlyphDefElement 30 Source/core/svg/SVGAltGlyphDefElement.h class SVGAltGlyphDefElement FINAL : public SVGElement { SVGAltGlyphDefElement 32 Source/core/svg/SVGAltGlyphDefElement.h static PassRefPtr<SVGAltGlyphDefElement> create(Document&); SVGAltGlyphDefElement 37 Source/core/svg/SVGAltGlyphDefElement.h explicit SVGAltGlyphDefElement(Document&);