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

  /external/webkit/Source/WebCore/xml/
XPathResult.idl 32 const unsigned short FIRST_ORDERED_NODE_TYPE = 9;
XPathResult.cpp 92 case FIRST_ORDERED_NODE_TYPE: // This is correct - singleNodeValue() will take care of ordering.
152 if (resultType() != ANY_UNORDERED_NODE_TYPE && resultType() != FIRST_ORDERED_NODE_TYPE) {
158 if (resultType() == FIRST_ORDERED_NODE_TYPE)
XPathResult.h 55 FIRST_ORDERED_NODE_TYPE = 9
  /external/webkit/Source/WebCore/inspector/front-end/
utilities.js 233 return this.ownerDocument.evaluate(query, this, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;

Completed in 184 milliseconds