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

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathResult.cpp28 #include "core/xml/XPathResult.h"
40 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(XPathResult);
42 XPathResult::XPathResult(EvaluationContext& context, const Value& value) function in class:blink::XPathResult
68 void XPathResult::trace(Visitor* visitor)
75 void XPathResult::convertTo(unsigned short type, ExceptionState& exceptionState)
122 unsigned short XPathResult::resultType() const
127 double XPathResult::numberValue(ExceptionState& exceptionState) const
136 String XPathResult::stringValue(ExceptionState& exceptionState) const
145 bool XPathResult
[all...]

Completed in 88 milliseconds