Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayer.cpp224 bool Layer::isAncestor(const Layer* possibleAncestor) const { in isAncestor() function in Layer
/external/webkit/Source/WebCore/inspector/front-end/
Dtreeoutline.js281 TreeOutline.prototype.findTreeElement = function(representedObject, isAncestor, getParent) argument
Dutilities.js353 Node.prototype.isAncestor = function(node) method in Node
DResourcesPanel.js727 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