DocAll             51 Source/bindings/v8/custom/V8HTMLCollectionCustom.cpp     case DocAll:
DocAll           4435 Source/core/dom/Document.cpp     return ensureRareData().ensureNodeLists().addCache<HTMLAllCollection>(*this, DocAll);
DocAll             46 Source/core/html/HTMLCollection.cpp     case DocAll:
DocAll             88 Source/core/html/HTMLCollection.cpp     case DocAll:
DocAll            125 Source/core/html/HTMLCollection.cpp     case DocAll:
DocAll            200 Source/core/html/HTMLCollection.cpp     case DocAll:
DocAll            254 Source/core/html/HTMLCollection.cpp     case DocAll:
DocAll            427 Source/core/html/HTMLCollection.cpp         if (!nameAttribute.isEmpty() && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElement(*element)))) {
DocAll            453 Source/core/html/HTMLCollection.cpp         if (!nameAttrVal.isEmpty() && idAttrVal != nameAttrVal && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElement(*element))))