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

  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 634 protected boolean isDescendant(int subtreeRootIdentity, int identity)
710 if (!isDescendant(subtreeRootIdent, current))
746 if (!isDescendant(subtreeRootIdent, current))
819 if (!isDescendant(subtreeRootIdent, current))
    [all...]
DTMDefaultBaseIterators.java     [all...]
  /external/webkit/WebCore/inspector/front-end/
utilities.js 267 return selectionRange.startContainer === this || selectionRange.startContainer.isDescendant(this);
310 Node.prototype.isDescendant = isDescendantNode;
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]

Completed in 136 milliseconds