Home
last modified time | relevance | path

Searched defs:isAncestor (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DDOMExtension.js485 Node.prototype.isAncestor = function(node) method in Node
Dtreeoutline.js287 TreeOutline.prototype.findTreeElement = function(representedObject, isAncestor, getParent) argument
DDOMAgent.js441 isAncestor: function(node) method in WebInspector.DOMNode
DResourcesPanel.js728 function isAncestor(ancestor, object) function
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java1223 protected boolean isAncestor(int contextIdent, int currentIdent) in isAncestor() method in DTMDefaultBaseTraversers.PrecedingTraverser
/external/chromium_org/third_party/accessibility-audit/
Daxs_testing.js550 axs.utils.isAncestor = function(a, b) { function in axs.utils