Searched refs:collapseMargins (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h436 LayoutUnit collapseMargins(RenderBox* child, MarginInfo&, bool childIsSelfCollapsing);
H A DRenderBlockFlow.cpp611 LayoutUnit logicalTopBeforeClear = collapseMargins(child, marginInfo, childIsSelfCollapsing);
626 // when collapseMargins dynamically adds overhanging floats because of a child with negative margins.
1168 LayoutUnit RenderBlockFlow::collapseMargins(RenderBox* child, MarginInfo& marginInfo, bool childIsSelfCollapsing) function in class:blink::RenderBlockFlow
1386 // its own at the correct vertical position. If subsequent siblings attempt to collapse with |child|'s margins in |collapseMargins| we will
1917 // from previous siblings when negative margins exist on a child (see the addOverhangingFloats call at the end of collapseMargins).

Completed in 380 milliseconds