resultType 81 Source/core/xml/XPathExpressionNode.h virtual Value::Type resultType() const = 0; resultType 48 Source/core/xml/XPathPath.h virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; } resultType 67 Source/core/xml/XPathPath.h virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; } resultType 81 Source/core/xml/XPathPath.h virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; } resultType 42 Source/core/xml/XPathPredicate.h virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; } resultType 52 Source/core/xml/XPathPredicate.h virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; } resultType 60 Source/core/xml/XPathPredicate.h virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; } resultType 71 Source/core/xml/XPathPredicate.h virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; } resultType 82 Source/core/xml/XPathPredicate.h virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; } resultType 93 Source/core/xml/XPathPredicate.h virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; } resultType 103 Source/core/xml/XPathPredicate.h virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; } resultType 113 Source/core/xml/XPathPredicate.h bool isContextPositionSensitive() const { return m_expr->isContextPositionSensitive() || m_expr->resultType() == Value::NumberValue; } resultType 123 Source/core/xml/XPathResult.cpp if (resultType() != NUMBER_TYPE) { resultType 132 Source/core/xml/XPathResult.cpp if (resultType() != STRING_TYPE) { resultType 141 Source/core/xml/XPathResult.cpp if (resultType() != BOOLEAN_TYPE) { resultType 150 Source/core/xml/XPathResult.cpp if (resultType() != ANY_UNORDERED_NODE_TYPE && resultType() != FIRST_ORDERED_NODE_TYPE) { resultType 156 Source/core/xml/XPathResult.cpp if (resultType() == FIRST_ORDERED_NODE_TYPE) resultType 164 Source/core/xml/XPathResult.cpp if (resultType() != UNORDERED_NODE_ITERATOR_TYPE && resultType() != ORDERED_NODE_ITERATOR_TYPE) resultType 173 Source/core/xml/XPathResult.cpp if (resultType() != UNORDERED_NODE_SNAPSHOT_TYPE && resultType() != ORDERED_NODE_SNAPSHOT_TYPE) { resultType 183 Source/core/xml/XPathResult.cpp if (resultType() != UNORDERED_NODE_ITERATOR_TYPE && resultType() != ORDERED_NODE_ITERATOR_TYPE) { resultType 205 Source/core/xml/XPathResult.cpp if (resultType() != UNORDERED_NODE_SNAPSHOT_TYPE && resultType() != ORDERED_NODE_SNAPSHOT_TYPE) { resultType 65 Source/core/xml/XPathResult.h unsigned short resultType() const; resultType 41 Source/core/xml/XPathVariableReference.h virtual Value::Type resultType() const OVERRIDE { ASSERT_NOT_REACHED(); return Value::NumberValue; } resultType 262 Source/core/xml/XSLTProcessorLibxslt.cpp const xmlChar* resultType = 0; resultType 263 Source/core/xml/XSLTProcessorLibxslt.cpp XSLT_GET_IMPORT_PTR(resultType, sheet, method); resultType 264 Source/core/xml/XSLTProcessorLibxslt.cpp if (!resultType && resultDoc->type == XML_HTML_DOCUMENT_NODE) resultType 265 Source/core/xml/XSLTProcessorLibxslt.cpp resultType = (const xmlChar*)"html"; resultType 267 Source/core/xml/XSLTProcessorLibxslt.cpp if (xmlStrEqual(resultType, (const xmlChar*)"html")) resultType 269 Source/core/xml/XSLTProcessorLibxslt.cpp if (xmlStrEqual(resultType, (const xmlChar*)"text")) resultType 270 Source/platform/Length.h LengthType resultType = type(); resultType 272 Source/platform/Length.h resultType = from.type(); resultType 277 Source/platform/Length.h return Length(blendedValue, resultType);