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

/external/webkit/WebCore/rendering/
H A DRenderBlock.cpp753 int maxFloatBottom = 0; local
757 layoutBlockChildren(relayoutChildren, maxFloatBottom);
772 if (oldHeight > height() && maxFloatBottom > height() && !childrenInline()) {
1260 void RenderBlock::layoutBlockChildren(bool relayoutChildren, int& maxFloatBottom) argument
1293 maxFloatBottom = 0;
1320 layoutBlockChild(child, marginInfo, previousFloatBottom, maxFloatBottom);
1328 void RenderBlock::layoutBlockChild(RenderBox* child, MarginInfo& marginInfo, int& previousFloatBottom, int& maxFloatBottom) argument
1421 maxFloatBottom = max(maxFloatBottom, addOverhangingFloats(toRenderBlock(child), -child->x(), -child->y(), !childNeededLayout));

Completed in 52 milliseconds