Home
last modified time | relevance | path

Searched refs:hasAncestor (Results 1 – 25 of 26) sorted by relevance

12

/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/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTree.h41 - (BOOL) hasAncestor:(NSInteger)ttype;
DANTLRBaseTree.h147 - (BOOL) hasAncestor:(NSInteger) ttype;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTree.h47 - (BOOL) hasAncestor:(NSInteger)ttype;
DANTLRBaseTree.h151 - (BOOL) hasAncestor:(NSInteger) ttype;
DANTLRBaseTree.m411 - (BOOL) hasAncestor:(NSInteger) ttype
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTree.h41 - (BOOL) hasAncestor:(NSInteger)ttype;
DANTLRBaseTree.h147 - (BOOL) hasAncestor:(NSInteger) ttype;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTree.h41 - (BOOL) hasAncestor:(NSInteger)ttype;
DANTLRBaseTree.h147 - (BOOL) hasAncestor:(NSInteger) ttype;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTree.as25 function hasAncestor(ttype:int):Boolean;
DBaseTree.as266 public function hasAncestor(ttype:int):Boolean { return getAncestor(ttype)!=null; }
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DSpatial.java765 public boolean hasAncestor(Node ancestor) { in hasAncestor() method in Spatial
771 return parent.hasAncestor(ancestor); in hasAncestor()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DStrip.java154 if ( !a.hasAncestor(ANTLRv3Parser.OPTIONS) ) { // avoid options in rewrite()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h204 bool hasAncestor(GraphicsLayer*) const;
DGraphicsLayer.cpp93 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const in hasAncestor() function in WebCore::GraphicsLayer
/external/webkit/Source/WebCore/inspector/front-end/
DElementsTreeOutline.js527 if (selectedTreeElement && selectedTreeElement.hasAncestor(this))
582 …Element && (selectedTreeElement === currentChild || selectedTreeElement.hasAncestor(currentChild)))
Dtreeoutline.js770 TreeElement.prototype.hasAncestor = function(ancestor) { method in TreeElement
/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/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/
DANTLRCommonTreeTest.m334 …STAssertTrue([tree hasAncestor:ANTLRTokenTypeUP], @"Should have an ancestor of type ANTLRTokenType…
/external/antlr/antlr-3.4/tool/
DCHANGES.txt519 public boolean hasAncestor(int ttype);
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3128075 Rename Node::isAncestor and RenderObject::hasAncestor to isDescendantOf
DChangeLog-2005-08-2342428 (RenderObject::hasAncestor): New utility.
DChangeLog-2008-08-103142 (TreeElement.prototype.hasAncestor): Return true if the element has the passed in ancestor.

12