Searched refs:isDescendant (Results 1 - 13 of 13) sorted by last modified time

/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 ...
/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/core/rendering/
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));
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 DRenderBlockFlow.cpp903 if (!floatingObject->isDescendant())
1004 if (!floatingObject->isDescendant()) {
1779 if (floatingObject->isDescendant())
2581 if (floatingObject->isDescendant())
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DSearchableView.js270 if (WebInspector.currentFocusElement().isDescendant(this._footerElementContainer))
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DElementsPanel.js715 if (nodeUnderMouse && nodeUnderMouse.isDescendant(this.crumbsElement))
H A DElementsTreeOutline.js613 if (nodeUnderMouse && nodeUnderMouse.isDescendant(this.element))
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DDOMModel.js545 isDescendant: function(descendant)
/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/apache-xml/src/main/java/org/apache/xml/dtm/ref/
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)) {
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))
/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

Completed in 278 milliseconds