HomeSort by relevance Sort by last modified time
    Searched defs:isDescendant (Results 1 - 8 of 8) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 634 protected boolean isDescendant(int subtreeRootIdentity, int identity)
710 if (!isDescendant(subtreeRootIdent, current))
746 if (!isDescendant(subtreeRootIdent, current))
819 if (!isDescendant(subtreeRootIdent, current))
    [all...]
DTMDefaultBaseIterators.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.h 54 PassOwnPtr<FloatingObject> copyToNewContainer(LayoutSize, bool shouldPaint = false, bool isDescendant = false) const;
89 bool isDescendant() const { return m_isDescendant; }
90 void setIsDescendant(bool isDescendant) { m_isDescendant = isDescendant; }
98 FloatingObject(RenderBox*, Type, const LayoutRect&, bool shouldPaint, bool isDescendant);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
DOMExtension.js 657 Node.prototype.isDescendant = function(descendant)
677 return !!node && (node === this || this.isDescendant(node));
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DOMModel.js 540 isDescendant: function(descendant)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 117 milliseconds