/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XPathResult.cpp | 40 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(XPathResult); 42 XPathResult::XPathResult(EvaluationContext& context, const Value& value) in XPathResult() function in blink::XPathResult 68 void XPathResult::trace(Visitor* visitor) in trace() 75 void XPathResult::convertTo(unsigned short type, ExceptionState& exceptionState) in convertTo() 122 unsigned short XPathResult::resultType() const in resultType() 127 double XPathResult::numberValue(ExceptionState& exceptionState) const in numberValue() 136 String XPathResult::stringValue(ExceptionState& exceptionState) const in stringValue() 145 bool XPathResult::booleanValue(ExceptionState& exceptionState) const in booleanValue() 154 Node* XPathResult::singleNodeValue(ExceptionState& exceptionState) const in singleNodeValue() 167 bool XPathResult::invalidIteratorState() const in invalidIteratorState() [all …]
|
D | XPathResult.h | 46 class XPathResult FINAL : public RefCountedWillBeGarbageCollected<XPathResult>, public ScriptWrappa… 47 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(XPathResult); 63 …static PassRefPtrWillBeRawPtr<XPathResult> create(XPath::EvaluationContext& context, const XPath::… in create() 65 return adoptRefWillBeNoop(new XPathResult(context, value)); in create() 87 XPathResult(XPath::EvaluationContext&, const XPath::Value&);
|
D | XPathExpression.cpp | 66 PassRefPtrWillBeRawPtr<XPathResult> XPathExpression::evaluate(Node* contextNode, unsigned short typ… in evaluate() argument 79 …RefPtrWillBeRawPtr<XPathResult> result = XPathResult::create(evaluationContext, m_topExpression->e… in evaluate() 87 if (type != XPathResult::ANY_TYPE) { in evaluate()
|
D | XPathExpression.h | 41 class XPathResult; variable 57 …PassRefPtrWillBeRawPtr<XPathResult> evaluate(Node* contextNode, unsigned short type, XPathResult*,…
|
D | XPathEvaluator.h | 42 class XPathResult; variable 54 PassRefPtrWillBeRawPtr<XPathResult> evaluate(const String& expression, Node* contextNode, 55 … PassRefPtrWillBeRawPtr<XPathNSResolver>, unsigned short type, XPathResult*, ExceptionState&);
|
D | DocumentXPathEvaluator.h | 37 class XPathResult; variable 47 static PassRefPtrWillBeRawPtr<XPathResult> evaluate(DocumentSupplementable&, 49 unsigned short type, XPathResult*, ExceptionState&);
|
D | XPathEvaluator.cpp | 52 PassRefPtrWillBeRawPtr<XPathResult> XPathEvaluator::evaluate(const String& expression, Node* contex… in evaluate() 53 …PassRefPtrWillBeRawPtr<XPathNSResolver> resolver, unsigned short type, XPathResult* result, Except… in evaluate()
|
D | DocumentXPathEvaluator.cpp | 66 PassRefPtrWillBeRawPtr<XPathResult> DocumentXPathEvaluator::evaluate(DocumentSupplementable& docume… in evaluate() 68 XPathResult* result, ExceptionState& exceptionState) in evaluate()
|
D | XPathExpression.idl | 24 [RaisesException] XPathResult evaluate([Default=Undefined] optional Node contextNode, 26 [Default=Undefined] optional XPathResult inResult);
|
D | XPathEvaluator.idl | 29 [RaisesException] XPathResult evaluate([Default=Undefined] optional DOMString expression, 33 [Default=Undefined] optional XPathResult inResult);
|
D | DocumentXPathEvaluator.idl | 25 …[Custom, MeasureAs=DocumentXPathEvaluate, RaisesException] XPathResult evaluate([Default=Undefined… 29 … [Default=Undefined] optional XPathResult inResult);
|
D | XPathResult.idl | 22 ] interface XPathResult {
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | xpath_util.js | 58 XPathResult.ORDERED_NODE_ITERATOR_TYPE, 84 XPathResult.ORDERED_NODE_ITERATOR_TYPE, 104 if (typeof(XPathResult) == 'undefined') { 124 XPathResult.BOOLEAN_TYPE, 146 XPathResult.STRING_TYPE,
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
D | V8DocumentCustom.cpp | 78 …RefPtrWillBeRawPtr<XPathResult> inResult = V8XPathResult::toImplWithTypeCheck(info.GetIsolate(), i… in evaluateMethodCustom() 79 …TONATIVE_VOID(RefPtrWillBeRawPtr<XPathResult>, result, DocumentXPathEvaluator::evaluate(*document,… in evaluateMethodCustom()
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
D | util.js | 18 null, XPathResult.ANY_TYPE, null).iterateNext();
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InjectedScriptSource.js | 1568 var result = doc.evaluate(xpath, opt_startNode || doc, null, XPathResult.ANY_TYPE, null); 1570 case XPathResult.NUMBER_TYPE: 1572 case XPathResult.STRING_TYPE: 1574 case XPathResult.BOOLEAN_TYPE:
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/ |
D | background.js | 178 xmlDoc, gmailNSResolver, XPathResult.ANY_TYPE, null);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
D | DOMExtension.js | 349 …return this.ownerDocument.evaluate(query, this, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).s…
|
D | UIUtils.js | 756 …var textNodeSnapshot = ownerDocument.evaluate(".//text()", element, null, XPathResult.ORDERED_NODE…
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/ |
D | core_global_constructors_idls_idl_files_list.tmp | 453 ../../core/xml/XPathResult.idl
|
D | core_idl_files_list.tmp | 459 ../../core/xml/XPathResult.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/ |
D | core_idl_files_list.tmp | 459 ../../../core/xml/XPathResult.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/ |
D | modules_core_global_constructors_idls_idl_files_list.tmp | 453 ../../core/xml/XPathResult.idl
|
D | core_idl_files_list.tmp | 459 ../../core/xml/XPathResult.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | core_idl_files_list.tmp | 459 ../../../core/xml/XPathResult.idl
|