Home
last modified time | relevance | path

Searched defs:hasAncestor (Results 1 – 7 of 7) 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/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dtreeoutline.js765 TreeElement.prototype.hasAncestor = function(ancestor) { method in TreeElement
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.cpp150 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const in hasAncestor() function in WebCore::GraphicsLayer
/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
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1745 hasAncestor(const internal::Matcher<AncestorT> &AncestorMatcher) { in hasAncestor() function