NodeListIsRootedAtDocument 67 Source/core/dom/LiveNodeListBase.h ALWAYS_INLINE bool isRootedAtDocument() const { return m_rootType == NodeListIsRootedAtDocument; } NodeListIsRootedAtDocument 92 Source/core/html/HTMLCollection.cpp return NodeListIsRootedAtDocument; NodeListIsRootedAtDocument 37 Source/core/html/LabelsNodeList.cpp : LiveNodeList(ownerNode, LabelsNodeListType, InvalidateOnForAttrChange, NodeListIsRootedAtDocument) NodeListIsRootedAtDocument 41 Source/core/html/RadioNodeList.cpp : LiveNodeList(rootNode, type, InvalidateForFormControls, isHTMLFormElement(rootNode) ? NodeListIsRootedAtDocument : NodeListIsRootedAtNode)