Searched refs:XPathExpression (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathExpression.h46 class XPathExpression : public RefCounted<XPathExpression> { class in namespace:WebCore
48 static PassRefPtr<XPathExpression> create() { return adoptRef(new XPathExpression); }
49 ~XPathExpression();
51 static PassRefPtr<XPathExpression> createExpression(const String& expression, XPathNSResolver*, ExceptionCode&);
55 XPathExpression() { } function in class:WebCore::XPathExpression
H A DXPathExpression.cpp28 #include "XPathExpression.h"
44 PassRefPtr<XPathExpression> XPathExpression::createExpression(const String& expression, XPathNSResolver* resolver, ExceptionCode& ec)
46 RefPtr<XPathExpression> expr = XPathExpression::create();
56 XPathExpression::~XPathExpression()
61 PassRefPtr<XPathResult> XPathExpression::evaluate(Node* contextNode, unsigned short type, XPathResult*, ExceptionCode& ec)
H A DXPathEvaluator.cpp33 #include "XPathExpression.h"
41 PassRefPtr<XPathExpression> XPathEvaluator::createExpression(const String& expression,
45 return XPathExpression::createExpression(expression, resolver, ec);
66 RefPtr<XPathExpression> expr = createExpression(expression, resolver, ec);
H A DXPathExpression.idl22 ] interface XPathExpression {
H A DXPathEvaluator.h39 class XPathExpression;
47 PassRefPtr<XPathExpression> createExpression(const String& expression, XPathNSResolver*, ExceptionCode&);
H A DXPathEvaluator.idl24 [RaisesException] XPathExpression createExpression([Default=Undefined] optional DOMString expression,
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMUtility.mm117 WRAP(XPathExpression)
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.h150 class XPathExpression;
903 PassRefPtr<XPathExpression> createExpression(const String& expression,
H A DDocument.idl108 [ObjCLegacyUnnamedParameters, RaisesException] XPathExpression createExpression([Default=Undefined] optional DOMString expression,
H A DDocument.cpp163 #include "XPathExpression.h"
4466 PassRefPtr<XPathExpression> Document::createExpression(const String& expression,

Completed in 178 milliseconds