nameShouldBeVisibleInDocumentAll 427 Source/core/html/HTMLCollection.cpp if (!nameAttribute.isEmpty() && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElement(*element)))) { nameShouldBeVisibleInDocumentAll 453 Source/core/html/HTMLCollection.cpp if (!nameAttrVal.isEmpty() && idAttrVal != nameAttrVal && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElement(*element))))