NodeListRootType   39 Source/core/dom/LiveNodeList.h     LiveNodeList(ContainerNode& ownerNode, CollectionType collectionType, NodeListInvalidationType invalidationType, NodeListRootType rootType = NodeListIsRootedAtNode)
NodeListRootType   44 Source/core/dom/LiveNodeListBase.h     LiveNodeListBase(ContainerNode& ownerNode, NodeListRootType rootType, NodeListInvalidationType invalidationType,
NodeListRootType   85 Source/core/dom/LiveNodeListBase.h     ALWAYS_INLINE NodeListRootType rootType() const { return static_cast<NodeListRootType>(m_rootType); }
NodeListRootType   78 Source/core/html/HTMLCollection.cpp static NodeListRootType rootTypeFromCollectionType(CollectionType type)