hasValidGlyphElements 113 Source/core/svg/SVGAltGlyphDefElement.cpp if (toSVGAltGlyphItemElement(child)->hasValidGlyphElements(glyphNames) && !glyphNames.isEmpty()) hasValidGlyphElements 34 Source/core/svg/SVGAltGlyphDefElement.h bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const; hasValidGlyphElements 87 Source/core/svg/SVGAltGlyphElement.cpp if (isSVGAltGlyphDefElement(*element) && toSVGAltGlyphDefElement(*element).hasValidGlyphElements(glyphNames)) hasValidGlyphElements 46 Source/core/svg/SVGAltGlyphElement.h bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const; hasValidGlyphElements 34 Source/core/svg/SVGAltGlyphItemElement.h bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const; hasValidGlyphElements 187 Source/core/svg/SVGFontData.cpp if (!toSVGAltGlyphElement(*parentRenderObjectElement).hasValidGlyphElements(altGlyphNames))