Home
last modified time | relevance | path

Searched refs:isSelfCollapsingBlock (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBox.h222 virtual bool isSelfCollapsingBlock() const { return false; } in isSelfCollapsingBlock() function
DRenderBlock.h347 virtual bool isSelfCollapsingBlock() const;
DRenderBlock.cpp1087 bool RenderBlock::isSelfCollapsingBlock() const in isSelfCollapsingBlock() function in WebCore::RenderBlock
1124 if (!child->isSelfCollapsingBlock()) in isSelfCollapsingBlock()
1634 if (child->isSelfCollapsingBlock()) { in collapseMargins()
1673 if (child->isSelfCollapsingBlock()) { in collapseMargins()
1731 if (child->isSelfCollapsingBlock()) { in clearFloatsIfNeeded()
2097 if (marginInfo.atBeforeSideOfBlock() && !child->isSelfCollapsingBlock()) in layoutBlockChild()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1650106 (WebCore::RenderBlock::isSelfCollapsingBlock):
50122 (WebCore::RenderBox::isSelfCollapsingBlock):
50808 (WebCore::RenderBlock::isSelfCollapsingBlock):
DChangeLog-2010-12-0639333 Make isSelfCollapsingBlock use logical height instead of height in all its checks.
39338 (WebCore::RenderBlock::isSelfCollapsingBlock):
44683 (WebCore::RenderBlock::isSelfCollapsingBlock):
69153 (WebCore::RenderBlock::isSelfCollapsingBlock):
DChangeLog-2005-08-2319983 (khtml::RenderBlock::isSelfCollapsingBlock):
37929 (khtml::RenderBlock::isSelfCollapsingBlock):
DChangeLog-2006-05-1019983 (WebCore::RenderBlock::isSelfCollapsingBlock):
DChangeLog-2005-12-1911557 (khtml::RenderBlock::isSelfCollapsingBlock):
DChangeLog-2006-12-3151810 (WebCore::RenderBlock::isSelfCollapsingBlock):
DChangeLog-2010-05-2417703 (WebCore::RenderBlock::isSelfCollapsingBlock):
DChangeLog-2007-10-1469637 (WebCore::RenderBlock::isSelfCollapsingBlock):