Searched refs:SingleNodeList (Results 1 – 1 of 1) sorted by relevance
48 class SingleNodeList : public SimpleNodeList { class50 explicit SingleNodeList(Node* rootNode) : m_currentNode(rootNode) { } in SingleNodeList() function in WebCore::SingleNodeList260 return adoptPtr(new SingleNodeList(adjustedNode)); in findTraverseRoots()266 return adoptPtr(new SingleNodeList(adjustedNode)); in findTraverseRoots()279 return adoptPtr(new SingleNodeList(&rootNode)); in findTraverseRoots()294 return adoptPtr(new SingleNodeList(&rootNode)); in findTraverseRoots()