Searched defs:isAncestor (Results 1 – 6 of 6) sorted by relevance
485 Node.prototype.isAncestor = function(node) method in Node
287 TreeOutline.prototype.findTreeElement = function(representedObject, isAncestor, getParent) argument
441 isAncestor: function(node) method in WebInspector.DOMNode
728 function isAncestor(ancestor, object) function
1223 protected boolean isAncestor(int contextIdent, int currentIdent) in isAncestor() method in DTMDefaultBaseTraversers.PrecedingTraverser
550 axs.utils.isAncestor = function(a, b) { function in axs.utils