NodeListIsRootedAtNode   39 Source/core/dom/LiveNodeList.h     LiveNodeList(ContainerNode& ownerNode, CollectionType collectionType, NodeListInvalidationType invalidationType, NodeListRootType rootType = NodeListIsRootedAtNode)
NodeListIsRootedAtNode  105 Source/core/html/HTMLCollection.cpp         return NodeListIsRootedAtNode;
NodeListIsRootedAtNode  113 Source/core/html/HTMLCollection.cpp     return NodeListIsRootedAtNode;
NodeListIsRootedAtNode   41 Source/core/html/RadioNodeList.cpp     : LiveNodeList(rootNode, type, InvalidateForFormControls, isHTMLFormElement(rootNode) ? NodeListIsRootedAtDocument : NodeListIsRootedAtNode)