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

  /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);
FloatingObjects.cpp 64 FloatingObject::FloatingObject(RenderBox* renderer, Type type, const LayoutRect& frameRect, bool shouldPaint, bool isDescendant)
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));
RenderBlockFlow.cpp 636 if (!floatingObject->isDescendant())
    [all...]
  /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/devtools/front_end/
DOMExtension.js 499 Node.prototype.isDescendant = function(descendant)
511 return !!node && (node === this || this.isDescendant(node));
DOMAgent.js 459 isDescendant: function(descendant)
    [all...]
ElementsPanel.js 668 if (nodeUnderMouse && nodeUnderMouse.isDescendant(this.crumbsElement))
    [all...]
ElementsTreeOutline.js 406 if (nodeUnderMouse && nodeUnderMouse.isDescendant(this.element))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 

Completed in 388 milliseconds