Searched defs:maxFloatLogicalBottom (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp301 LayoutUnit maxFloatLogicalBottom = 0; local
307 layoutBlockChildren(relayoutChildren, maxFloatLogicalBottom, layoutScope);
336 if (oldHeight > newHeight && maxFloatLogicalBottom > newHeight && !childrenInline()) {
387 void RenderBlockFlow::layoutBlockChild(RenderBox* child, MarginInfo& marginInfo, LayoutUnit& previousFloatLogicalBottom, LayoutUnit& maxFloatLogicalBottom) argument
511 maxFloatLogicalBottom = max(maxFloatLogicalBottom, addOverhangingFloats(childRenderBlockFlow, !childNeededLayout));
765 void RenderBlockFlow::layoutBlockChildren(bool relayoutChildren, LayoutUnit& maxFloatLogicalBottom, SubtreeLayoutScope& layoutScope) argument
787 maxFloatLogicalBottom = 0;
814 layoutBlockChild(child, marginInfo, previousFloatLogicalBottom, maxFloatLogicalBottom);

Completed in 855 milliseconds