HomeSort by relevance Sort by last modified time
    Searched defs:XPathResult (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathResult.cpp 28 #include "core/xml/XPathResult.h"
39 XPathResult::XPathResult(Document* document, const Value& value)
66 XPathResult::~XPathResult()
70 void XPathResult::convertTo(unsigned short type, ExceptionState& es)
116 unsigned short XPathResult::resultType() const
121 double XPathResult::numberValue(ExceptionState& es) const
130 String XPathResult::stringValue(ExceptionState& es) const
139 bool XPathResult::booleanValue(ExceptionState& es) cons
    [all...]
XPathResult.h 41 class XPathResult : public RefCounted<XPathResult>, public ScriptWrappable {
56 static PassRefPtr<XPathResult> create(Document* document, const XPath::Value& value) { return adoptRef(new XPathResult(document, value)); }
57 ~XPathResult();
76 XPathResult(Document*, const XPath::Value&);

Completed in 840 milliseconds