Searched refs:m_rootNode (Results 1 – 4 of 4) sorted by relevance
32 : m_rootNode(rootNode) in DynamicNodeList()36 m_rootNode->registerDynamicNodeList(this); in DynamicNodeList()40 : m_rootNode(rootNode) in DynamicNodeList()44 m_rootNode->registerDynamicNodeList(this); in DynamicNodeList()49 m_rootNode->unregisterDynamicNodeList(this); in ~DynamicNodeList()59 for (Node* n = m_rootNode->firstChild(); n; n = n->traverseNextNode(m_rootNode.get())) in length()71 for (Node* n = start; n; n = n->traverseNextNode(m_rootNode.get())) { in itemForwardsFromCurrent()89 for (Node* n = start; n; n = n->traversePreviousNode(m_rootNode.get())) { in itemBackwardsFromCurrent()107 Node* start = m_rootNode->firstChild(); in item()124 if (m_rootNode->isDocumentNode() || m_rootNode->inDocument()) { in itemWithName()[all …]
41 for (Node* n = m_rootNode->firstChild(); n; n = n->nextSibling()) in length()53 Node* n = m_rootNode->firstChild(); in item()74 n = m_rootNode->lastChild(); in item()106 return testNode->parentNode() == m_rootNode; in nodeMatches()
40 , m_classNames(classNames, m_rootNode->document()->inCompatMode()) in ClassNodeList()
71 RefPtr<Node> m_rootNode; variable