HomeSort by relevance Sort by last modified time
    Searched defs:hasAncestor (Results 1 - 10 of 10) sorted by null

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTree.as 266 public function hasAncestor(ttype:int):Boolean { return getAncestor(ttype)!=null; }
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
Tree.java 58 public boolean hasAncestor(int ttype);
BaseTree.java 313 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; }
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 133 def hasAncestor(self, ttype):
889 def hasAncestor(self, ttype):
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
treeoutline.js 774 TreeElement.prototype.hasAncestor = function(ancestor) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 146 ASSERT(!layer || !layer->hasAncestor(this));
152 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1697 milliseconds