getElementsByTagNameNS  120 Source/core/dom/ContainerNode.h     PassRefPtr<HTMLCollection> getElementsByTagNameNS(const AtomicString& namespaceURI, const AtomicString& localName);
getElementsByTagNameNS  135 Source/core/fetch/FontResource.cpp     RefPtr<HTMLCollection> collection = m_externalSVGDocument->getElementsByTagNameNS(SVGNames::fontTag.namespaceURI(), SVGNames::fontTag.localName());