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

  /external/webkit/WebCore/xml/
XPathResult.h 68 Node* singleNodeValue(ExceptionCode&) const;
XPathResult.idl 44 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(ExceptionCode& ec) const
  /external/webkit/WebCore/inspector/front-end/
utilities.js 253 return this.ownerDocument.evaluate(query, this, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;
  /external/webkit/WebKit/chromium/src/js/
Tests.js     [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]

Completed in 48 milliseconds