Home
last modified time | relevance | path

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

/external/antlr/src/org/antlr/runtime/tree/
DTree.java58 public boolean hasAncestor(int ttype); in hasAncestor() method
DBaseTree.java287 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; } in hasAncestor() method in BaseTree
/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/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.
DChangeLog-2010-01-2945706 (WebCore::GraphicsLayer::hasAncestor):