TagCollectionType 1059 Source/core/dom/ContainerNode.cpp     return ensureRareData().ensureNodeLists().addCache<TagCollection>(*this, TagCollectionType, localName);
TagCollectionType   39 Source/core/dom/TagCollection.h         return adoptRef(new TagCollection(rootNode, TagCollectionType, namespaceURI, localName));
TagCollectionType   44 Source/core/dom/TagCollection.h         ASSERT_UNUSED(type, type == TagCollectionType);
TagCollectionType   45 Source/core/dom/TagCollection.h         return adoptRef(new TagCollection(rootNode, TagCollectionType, starAtom, localName));
TagCollectionType   44 Source/core/html/HTMLCollection.cpp     case TagCollectionType:
TagCollectionType   94 Source/core/html/HTMLCollection.cpp     case TagCollectionType:
TagCollectionType  119 Source/core/html/HTMLCollection.cpp     case TagCollectionType:
TagCollectionType  180 Source/core/html/HTMLCollection.cpp         && type() != HTMLTagCollectionType && type() != TagCollectionType) {
TagCollectionType  205 Source/core/html/HTMLCollection.cpp     case TagCollectionType:
TagCollectionType  252 Source/core/html/HTMLCollection.cpp     case TagCollectionType: