FIRST_ORDERED_NODE_TYPE 90 Source/core/xml/XPathResult.cpp case FIRST_ORDERED_NODE_TYPE: // This is correct - singleNodeValue() will take care of ordering. FIRST_ORDERED_NODE_TYPE 150 Source/core/xml/XPathResult.cpp if (resultType() != ANY_UNORDERED_NODE_TYPE && resultType() != FIRST_ORDERED_NODE_TYPE) { FIRST_ORDERED_NODE_TYPE 156 Source/core/xml/XPathResult.cpp if (resultType() == FIRST_ORDERED_NODE_TYPE)