Searched defs:hasAncestor (Results 1 - 4 of 4) sorted by relevance

/external/antlr/src/org/antlr/runtime/tree/
H A DTree.java58 public boolean hasAncestor(int ttype); method in interface:Tree
H A DBaseTree.java287 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; } method in class:BaseTree
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.cpp93 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/inspector/front-end/
H A Dtreeoutline.js770 TreeElement.prototype.hasAncestor = function(ancestor) {

Completed in 100 milliseconds