Searched defs:XPathExpression (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathExpression.h47 class XPathExpression : public RefCountedWillBeGarbageCollected<XPathExpression>, public ScriptWrappable { class in namespace:blink
48 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(XPathExpression);
51 static PassRefPtrWillBeRawPtr<XPathExpression> create()
53 return adoptRefWillBeNoop(new XPathExpression);
56 static PassRefPtrWillBeRawPtr<XPathExpression> createExpression(const String& expression, PassRefPtrWillBeRawPtr<XPathNSResolver>, ExceptionState&);
62 XPathExpression();
H A DXPathExpression.cpp28 #include "core/xml/XPathExpression.h"
43 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(XPathExpression);
45 XPathExpression::XPathExpression() function in class:blink::XPathExpression
49 PassRefPtrWillBeRawPtr<XPathExpression> XPathExpression::createExpression(const String& expression, PassRefPtrWillBeRawPtr<XPathNSResolver> resolver, ExceptionState& exceptionState)
51 RefPtrWillBeRawPtr<XPathExpression> expr = XPathExpression::create();
61 void XPathExpression::trace(Visitor* visitor)
66 PassRefPtrWillBeRawPtr<XPathResult> XPathExpression
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 97 milliseconds