Searched defs:isDescendant (Results 1 - 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseTraversers.java634 protected boolean isDescendant(int subtreeRootIdentity, int identity) method in class:DTMDefaultBaseTraversers.DescendantTraverser
710 if (!isDescendant(subtreeRootIdent, current))
746 if (!isDescendant(subtreeRootIdent, current))
819 if (!isDescendant(subtreeRootIdent, current))
H A DDTMDefaultBaseIterators.java1862 protected boolean isDescendant(int identity) method in class:DTMDefaultBaseIterators.DescendantIterator
1888 if (NULL == type ||!isDescendant(node)) {
1960 if (NULL == type ||!isDescendant(node)) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.h54 PassOwnPtr<FloatingObject> copyToNewContainer(LayoutSize, bool shouldPaint = false, bool isDescendant = false) const;
89 bool isDescendant() const { return m_isDescendant; } function in class:blink::FloatingObject
90 void setIsDescendant(bool isDescendant) { m_isDescendant = isDescendant; } argument
98 FloatingObject(RenderBox*, Type, const LayoutRect&, bool shouldPaint, bool isDescendant);
H A DFloatingObjects.cpp63 FloatingObject::FloatingObject(RenderBox* renderer, Type type, const LayoutRect& frameRect, bool shouldPaint, bool isDescendant) argument
70 , m_isDescendant(isDescendant)
87 PassOwnPtr<FloatingObject> FloatingObject::copyToNewContainer(LayoutSize offset, bool shouldPaint, bool isDescendant) const
89 return adoptPtr(new FloatingObject(renderer(), type(), LayoutRect(frameRect().location() - offset, frameRect().size()), shouldPaint, isDescendant));
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM2.java1557 protected final boolean isDescendant(int identity) method in class:SAX2DTM2.DescendantIterator
1581 // to do the isDescendant() check.
1601 if (NULL == type ||!isDescendant(node)) {
1685 // we can save the isDescendant() check, because all nodes are
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DDOMExtension.js657 Node.prototype.isDescendant = function(descendant)
677 return !!node && (node === this || this.isDescendant(node));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DDOMModel.js545 isDescendant: function(descendant)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 777 milliseconds