OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:singleNodeValue
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/xml/
XPathResult.h
66
Node*
singleNodeValue
(ExceptionState&) const;
XPathResult.idl
40
[RaisesException=Getter] readonly attribute Node
singleNodeValue
;
XPathResult.cpp
90
case FIRST_ORDERED_NODE_TYPE: // This is correct -
singleNodeValue
() will take care of ordering.
148
Node* XPathResult::
singleNodeValue
(ExceptionState& exceptionState) const
/external/chromium_org/chrome/test/pyautolib/
dom_mutation_observer.js
129
XPathResult.FIRST_ORDERED_NODE_TYPE, null).
singleNodeValue
;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMExtension.js
267
return this.ownerDocument.evaluate(query, this, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).
singleNodeValue
;
Completed in 145 milliseconds