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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h238 void layoutBlockChild(RenderBox* child, MarginInfo&, LayoutUnit& previousFloatLogicalBottom);
H A DRenderBlockFlow.cpp550 void RenderBlockFlow::layoutBlockChild(RenderBox* child, MarginInfo& marginInfo, LayoutUnit& previousFloatLogicalBottom) argument
584 LayoutUnit fb = std::max(previousFloatLogicalBottom, lowestFloatLogicalBottom());
593 previousFloatLogicalBottom = std::max(previousFloatLogicalBottom, oldLogicalTop + childRenderBlockFlow->lowestFloatLogicalBottom());
1039 LayoutUnit previousFloatLogicalBottom = 0; local
1068 layoutBlockChild(child, marginInfo, previousFloatLogicalBottom);

Completed in 193 milliseconds