XPathResult        78 Source/bindings/v8/custom/V8DocumentCustom.cpp     RefPtrWillBeRawPtr<XPathResult> inResult = V8XPathResult::toNativeWithTypeCheck(info.GetIsolate(), info[4]);
XPathResult        79 Source/bindings/v8/custom/V8DocumentCustom.cpp     V8TRYCATCH_VOID(RefPtrWillBeRawPtr<XPathResult>, result, DocumentXPathEvaluator::evaluate(*document, expression, contextNode.get(), resolver.release(), type, inResult.get(), exceptionState));
XPathResult      1034 Source/core/inspector/InspectorDOMAgent.cpp             RefPtrWillBeRawPtr<XPathResult> result = DocumentXPathEvaluator::evaluate(*document, whitespaceTrimmedQuery, document, nullptr, XPathResult::ORDERED_NODE_SNAPSHOT_TYPE, 0, exceptionState);
XPathResult        71 Source/core/xml/DocumentXPathEvaluator.cpp PassRefPtrWillBeRawPtr<XPathResult> DocumentXPathEvaluator::evaluate(DocumentSupplementable& document, const String& expression,
XPathResult        73 Source/core/xml/DocumentXPathEvaluator.cpp     XPathResult* result, ExceptionState& exceptionState)
XPathResult        37 Source/core/xml/DocumentXPathEvaluator.h class XPathResult;
XPathResult        48 Source/core/xml/DocumentXPathEvaluator.h     static PassRefPtrWillBeRawPtr<XPathResult> evaluate(DocumentSupplementable&,
XPathResult        50 Source/core/xml/DocumentXPathEvaluator.h         unsigned short type, XPathResult*, ExceptionState&);
XPathResult        52 Source/core/xml/XPathEvaluator.cpp PassRefPtrWillBeRawPtr<XPathResult> XPathEvaluator::evaluate(const String& expression, Node* contextNode,
XPathResult        53 Source/core/xml/XPathEvaluator.cpp     PassRefPtrWillBeRawPtr<XPathNSResolver> resolver, unsigned short type, XPathResult* result, ExceptionState& exceptionState)
XPathResult        42 Source/core/xml/XPathEvaluator.h class XPathResult;
XPathResult        53 Source/core/xml/XPathEvaluator.h     PassRefPtrWillBeRawPtr<XPathResult> evaluate(const String& expression, Node* contextNode,
XPathResult        54 Source/core/xml/XPathEvaluator.h         PassRefPtrWillBeRawPtr<XPathNSResolver>, unsigned short type, XPathResult*, ExceptionState&);
XPathResult        60 Source/core/xml/XPathExpression.cpp PassRefPtrWillBeRawPtr<XPathResult> XPathExpression::evaluate(Node* contextNode, unsigned short type, XPathResult*, ExceptionState& exceptionState)
XPathResult        77 Source/core/xml/XPathExpression.cpp     RefPtrWillBeRawPtr<XPathResult> result = XPathResult::create(&contextNode->document(), m_topExpression->evaluate());
XPathResult        86 Source/core/xml/XPathExpression.cpp     if (type != XPathResult::ANY_TYPE) {
XPathResult        41 Source/core/xml/XPathExpression.h class XPathResult;
XPathResult        56 Source/core/xml/XPathExpression.h     PassRefPtrWillBeRawPtr<XPathResult> evaluate(Node* contextNode, unsigned short type, XPathResult*, ExceptionState&);
XPathResult        39 Source/core/xml/XPathResult.cpp XPathResult::XPathResult(Document* document, const Value& value)
XPathResult        66 Source/core/xml/XPathResult.cpp XPathResult::~XPathResult()
XPathResult        70 Source/core/xml/XPathResult.cpp void XPathResult::convertTo(unsigned short type, ExceptionState& exceptionState)
XPathResult       116 Source/core/xml/XPathResult.cpp unsigned short XPathResult::resultType() const
XPathResult       121 Source/core/xml/XPathResult.cpp double XPathResult::numberValue(ExceptionState& exceptionState) const
XPathResult       130 Source/core/xml/XPathResult.cpp String XPathResult::stringValue(ExceptionState& exceptionState) const
XPathResult       139 Source/core/xml/XPathResult.cpp bool XPathResult::booleanValue(ExceptionState& exceptionState) const
XPathResult       148 Source/core/xml/XPathResult.cpp Node* XPathResult::singleNodeValue(ExceptionState& exceptionState) const
XPathResult       162 Source/core/xml/XPathResult.cpp bool XPathResult::invalidIteratorState() const
XPathResult       171 Source/core/xml/XPathResult.cpp unsigned long XPathResult::snapshotLength(ExceptionState& exceptionState) const
XPathResult       181 Source/core/xml/XPathResult.cpp Node* XPathResult::iterateNext(ExceptionState& exceptionState)
XPathResult       203 Source/core/xml/XPathResult.cpp Node* XPathResult::snapshotItem(unsigned long index, ExceptionState& exceptionState)
XPathResult        42 Source/core/xml/XPathResult.h class XPathResult : public RefCountedWillBeGarbageCollectedFinalized<XPathResult>, public ScriptWrappable {
XPathResult        57 Source/core/xml/XPathResult.h     static PassRefPtrWillBeRawPtr<XPathResult> create(Document* document, const XPath::Value& value)
XPathResult        59 Source/core/xml/XPathResult.h         return adoptRefWillBeNoop(new XPathResult(document, value));
XPathResult        61 Source/core/xml/XPathResult.h     ~XPathResult();
XPathResult        82 Source/core/xml/XPathResult.h     XPathResult(Document*, const XPath::Value&);