Searched refs:isDescendant (Results 1 - 12 of 12) sorted by relevance

/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:WebCore::FloatingObject
90 void setIsDescendant(bool isDescendant) { m_isDescendant = isDescendant; } argument
98 FloatingObject(RenderBox*, Type, const LayoutRect&, bool shouldPaint, bool isDescendant);
H A DFloatingObjects.cpp64 FloatingObject::FloatingObject(RenderBox* renderer, Type type, const LayoutRect& frameRect, bool shouldPaint, bool isDescendant) argument
71 , m_isDescendant(isDescendant)
88 PassOwnPtr<FloatingObject> FloatingObject::copyToNewContainer(LayoutSize offset, bool shouldPaint, bool isDescendant) const
90 return adoptPtr(new FloatingObject(renderer(), type(), LayoutRect(frameRect().location() - offset, frameRect().size()), shouldPaint, isDescendant));
H A DRenderBlockFlow.cpp636 if (!floatingObject->isDescendant())
741 if (!floatingObject->isDescendant()) {
1536 if (floatingObject->isDescendant())
2355 if (floatingObject->isDescendant())
/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/devtools/front_end/
H A DDOMExtension.js499 Node.prototype.isDescendant = function(descendant)
511 return !!node && (node === this || this.isDescendant(node));
H A DDOMAgent.js459 isDescendant: function(descendant)
H A DElementsPanel.js668 if (nodeUnderMouse && nodeUnderMouse.isDescendant(this.crumbsElement))
H A DElementsTreeOutline.js406 if (nodeUnderMouse && nodeUnderMouse.isDescendant(this.element))
/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/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js4660 if(!dojo.isDescendant(e.relatedTarget, node)){
5419 dojo.isDescendant = function(/*DomNode|String*/node, /*DomNode|String*/ancestor){
5427 // | if(dojo.isDescendant("bar", "foo")){ ... }
/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 441 milliseconds