NameNodeListType 1077 Source/core/dom/ContainerNode.cpp     return ensureRareData().ensureNodeLists().addCache<NameNodeList>(*this, NameNodeListType, elementName);
NameNodeListType   35 Source/core/dom/NameNodeList.cpp     : LiveNodeList(rootNode, NameNodeListType, InvalidateOnNameAttrChange)
NameNodeListType   42 Source/core/dom/NameNodeList.cpp     ownerNode().nodeLists()->removeCache(this, NameNodeListType, m_name);
NameNodeListType   38 Source/core/dom/NameNodeList.h         ASSERT_UNUSED(type, type == NameNodeListType);
NameNodeListType   66 Source/core/html/CollectionType.h static const CollectionType FirstLiveNodeListType = NameNodeListType;
NameNodeListType   68 Source/core/html/HTMLCollection.cpp     case NameNodeListType:
NameNodeListType  106 Source/core/html/HTMLCollection.cpp     case NameNodeListType:
NameNodeListType  151 Source/core/html/HTMLCollection.cpp     case NameNodeListType:
NameNodeListType  260 Source/core/html/HTMLCollection.cpp     case NameNodeListType: