DocumentNamedItems 4445 Source/core/dom/Document.cpp     return ensureRareData().ensureNodeLists().addCache<HTMLNameCollection>(*this, DocumentNamedItems, name);
DocumentNamedItems   54 Source/core/html/HTMLCollection.cpp     case DocumentNamedItems:
DocumentNamedItems   90 Source/core/html/HTMLCollection.cpp     case DocumentNamedItems:
DocumentNamedItems  145 Source/core/html/HTMLCollection.cpp     case DocumentNamedItems:
DocumentNamedItems  179 Source/core/html/HTMLCollection.cpp     if (type() != WindowNamedItems && type() != DocumentNamedItems && type() != ClassCollectionType
DocumentNamedItems  257 Source/core/html/HTMLCollection.cpp     case DocumentNamedItems:
DocumentNamedItems   46 Source/core/html/HTMLNameCollection.cpp     ASSERT(type() == WindowNamedItems || type() == DocumentNamedItems);
DocumentNamedItems   77 Source/core/html/HTMLNameCollection.cpp         case DocumentNamedItems: