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

  /external/webkit/WebCore/xml/
XPathResult.cpp 28 #include "XPathResult.h"
42 XPathResult::XPathResult(Document* document, const Value& value)
66 XPathResult::~XPathResult()
70 void XPathResult::convertTo(unsigned short type, ExceptionCode& ec)
116 unsigned short XPathResult::resultType() const
121 double XPathResult::numberValue(ExceptionCode& ec) const
130 String XPathResult::stringValue(ExceptionCode& ec) const
139 bool XPathResult::booleanValue(ExceptionCode& ec) cons
    [all...]
XPathResult.h 43 class XPathResult : public RefCounted<XPathResult> {
58 static PassRefPtr<XPathResult> create(Document* document, const XPath::Value& value) { return adoptRef(new XPathResult(document, value)); }
59 ~XPathResult();
76 XPathResult(Document*, const XPath::Value&);

Completed in 622 milliseconds