Searched refs:hasAncestor (Results 1 – 10 of 10) sorted by relevance
58 public boolean hasAncestor(int ttype); in hasAncestor() method
287 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; } in hasAncestor() method in BaseTree
204 bool hasAncestor(GraphicsLayer*) const;
93 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const in hasAncestor() function in WebCore::GraphicsLayer
527 if (selectedTreeElement && selectedTreeElement.hasAncestor(this))582 …Element && (selectedTreeElement === currentChild || selectedTreeElement.hasAncestor(currentChild)))
770 TreeElement.prototype.hasAncestor = function(ancestor) { method in TreeElement
28075 Rename Node::isAncestor and RenderObject::hasAncestor to isDescendantOf
42428 (RenderObject::hasAncestor): New utility.
3142 (TreeElement.prototype.hasAncestor): Return true if the element has the passed in ancestor.
45706 (WebCore::GraphicsLayer::hasAncestor):