Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTree.java58 public boolean hasAncestor(int ttype); in hasAncestor() method
DBaseTree.java313 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; } in hasAncestor() method in BaseTree
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.cpp93 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const in hasAncestor() function in WebCore::GraphicsLayer
/external/webkit/Source/WebCore/inspector/front-end/
Dtreeoutline.js770 TreeElement.prototype.hasAncestor = function(ancestor) { method in TreeElement
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DSpatial.java765 public boolean hasAncestor(Node ancestor) { in hasAncestor() method in Spatial
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dtree.py133 def hasAncestor(self, ttype): member in Tree
889 def hasAncestor(self, ttype): member in BaseTree