Searched defs:isAncestor (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DLayer.cpp146 ASSERT(isAncestor(ancestor));
221 bool Layer::isAncestor(const Layer* possibleAncestor) const { function in class:Layer
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseTraversers.java1223 protected boolean isAncestor(int contextIdent, int currentIdent) method in class:DTMDefaultBaseTraversers.PrecedingTraverser
1255 || isAncestor(subtreeRootIdent, current))
1284 || isAncestor(subtreeRootIdent, current))
/external/webkit/Source/WebCore/inspector/front-end/
H A Dutilities.js353 Node.prototype.isAncestor = function(node)

Completed in 91 milliseconds