HomeSort by relevance Sort by last modified time
    Searched refs:singleNodeValue (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathResult.idl 40 [GetterRaisesException] readonly attribute Node singleNodeValue;
XPathResult.h 66 Node* singleNodeValue(ExceptionState&) const;
XPathResult.cpp 90 case FIRST_ORDERED_NODE_TYPE: // This is correct - singleNodeValue() will take care of ordering.
148 Node* XPathResult::singleNodeValue(ExceptionState& es) 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 281 return this.ownerDocument.evaluate(query, this, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;

Completed in 85 milliseconds