Searched defs:isDescendant (Results 1 – 8 of 8) sorted by relevance
89 bool isDescendant() const { return m_isDescendant; } in isDescendant() function90 void setIsDescendant(bool isDescendant) { m_isDescendant = isDescendant; } in setIsDescendant()
64 …t(RenderBox* renderer, Type type, const LayoutRect& frameRect, bool shouldPaint, bool isDescendant) in FloatingObject()
499 Node.prototype.isDescendant = function(descendant) method in Node
459 isDescendant: function(descendant) method in WebInspector.DOMNode
1862 protected boolean isDescendant(int identity) in isDescendant() method in DTMDefaultBaseIterators.DescendantIterator
634 protected boolean isDescendant(int subtreeRootIdentity, int identity) in isDescendant() method in DTMDefaultBaseTraversers.DescendantTraverser
1557 protected final boolean isDescendant(int identity) in isDescendant() method in SAX2DTM2.DescendantIterator
5419 dojo.isDescendant = function(/*DomNode|String*/node, /*DomNode|String*/ancestor){ function