NodeSetValue       96 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
NodeSetValue       48 Source/core/xml/XPathPath.h             virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
NodeSetValue       67 Source/core/xml/XPathPath.h             virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
NodeSetValue       81 Source/core/xml/XPathPath.h             virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
NodeSetValue      103 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
NodeSetValue       55 Source/core/xml/XPathResult.cpp         case Value::NodeSetValue:
NodeSetValue       64 Source/core/xml/XPathValue.cpp     m_type = NodeSetValue;
NodeSetValue       71 Source/core/xml/XPathValue.cpp         case NodeSetValue:
NodeSetValue       87 Source/core/xml/XPathValue.cpp         case NodeSetValue:
NodeSetValue      118 Source/core/xml/XPathValue.cpp         case NodeSetValue:
NodeSetValue       63 Source/core/xml/XPathValue.h             Value(const NodeSet& value) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {}
NodeSetValue       64 Source/core/xml/XPathValue.h             Value(Node* value) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::create()) { m_data->m_nodeSet.append(value); }
NodeSetValue       70 Source/core/xml/XPathValue.h             Value(NodeSet& value, const AdoptTag&) : m_type(NodeSetValue), m_bool(false), m_number(0),  m_data(ValueData::create()) { value.swap(m_data->m_nodeSet); }
NodeSetValue       74 Source/core/xml/XPathValue.h             bool isNodeSet() const { return m_type == NodeSetValue; }