Home
last modified time | relevance | path

Searched refs:isDescendant (Results 1 – 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java634 protected boolean isDescendant(int subtreeRootIdentity, int identity) in isDescendant() method in DTMDefaultBaseTraversers.DescendantTraverser
710 if (!isDescendant(subtreeRootIdent, current)) in next()
746 if (!isDescendant(subtreeRootIdent, current)) in next()
819 if (!isDescendant(subtreeRootIdent, current)) in next()
DDTMDefaultBaseIterators.java1862 protected boolean isDescendant(int identity) in isDescendant() method in DTMDefaultBaseIterators.DescendantIterator
1888 if (NULL == type ||!isDescendant(node)) { in next()
1960 if (NULL == type ||!isDescendant(node)) { in next()
/external/webkit/Source/WebCore/inspector/front-end/
DTextPrompt.js204 … if (!auto && !isEmptyInput && !selectionRange.commonAncestorContainer.isDescendant(this.element))
322 if (node !== this.element && !node.isDescendant(this.element))
Dutilities.js248 … return selectionRange.startContainer === this || selectionRange.startContainer.isDescendant(this);
357 Node.prototype.isDescendant = isDescendantNode; method in Node
DElementsPanel.js549 if (nodeUnderMouse && nodeUnderMouse.isDescendant(this.crumbsElement))
DStylesSidebarPane.js1640 …iner !== this.valueElement && !selectionRange.commonAncestorContainer.isDescendant(this.valueEleme…
2005 if (!selectionRange.commonAncestorContainer.isDescendant(this.element))
DElementsTreeOutline.js250 if (nodeUnderMouse && nodeUnderMouse.isDescendant(this.element))
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java1557 protected final boolean isDescendant(int identity) in isDescendant() method in SAX2DTM2.DescendantIterator
1601 if (NULL == type ||!isDescendant(node)) { in next()