toNodeSet         323 Source/core/xml/XPathFunctions.cpp         const NodeSet& nodes = a.toNodeSet();
toNodeSet         399 Source/core/xml/XPathFunctions.cpp         Node* node = a.toNodeSet().firstNode();
toNodeSet         413 Source/core/xml/XPathFunctions.cpp         Node* node = a.toNodeSet().firstNode();
toNodeSet         427 Source/core/xml/XPathFunctions.cpp         Node* node = a.toNodeSet().firstNode();
toNodeSet         438 Source/core/xml/XPathFunctions.cpp     return double(a.toNodeSet().size());
toNodeSet         650 Source/core/xml/XPathFunctions.cpp     const NodeSet& nodes = a.toNodeSet();
toNodeSet         106 Source/core/xml/XPathPredicate.cpp         const NodeSet& lhsSet = lhs.toNodeSet();
toNodeSet         111 Source/core/xml/XPathPredicate.cpp             const NodeSet& rhsSet = rhs.toNodeSet();
toNodeSet         145 Source/core/xml/XPathPredicate.cpp         const NodeSet& rhsSet = rhs.toNodeSet();
toNodeSet         233 Source/core/xml/XPathPredicate.cpp     const NodeSet& rhsNodes = rhs.toNodeSet();
toNodeSet          58 Source/core/xml/XPathResult.cpp             m_nodeSet = m_value.toNodeSet();
toNodeSet         110 Source/core/xml/XPathResult.cpp             m_value.toNodeSet().sort();
toNodeSet         155 Source/core/xml/XPathResult.cpp     const NodeSet& nodes = m_value.toNodeSet();
toNodeSet         178 Source/core/xml/XPathResult.cpp     return m_value.toNodeSet().size();
toNodeSet         210 Source/core/xml/XPathResult.cpp     const NodeSet& nodes = m_value.toNodeSet();
toNodeSet          79 Source/core/xml/XPathValue.h             const NodeSet& toNodeSet() const;