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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h354 void layoutBlockChildren(bool relayoutChildren, int& maxFloatLogicalBottom);
691 void layoutBlockChild(RenderBox* child, MarginInfo&, int& previousFloatLogicalBottom, int& maxFloatLogicalBottom);
H A DRenderBlock.cpp1280 int maxFloatLogicalBottom = 0; local
1286 layoutBlockChildren(relayoutChildren, maxFloatLogicalBottom);
1302 if (oldHeight > newHeight && maxFloatLogicalBottom > newHeight && !childrenInline()) {
1902 void RenderBlock::layoutBlockChildren(bool relayoutChildren, int& maxFloatLogicalBottom) argument
1936 maxFloatLogicalBottom = 0;
1963 layoutBlockChild(child, marginInfo, previousFloatLogicalBottom, maxFloatLogicalBottom);
1971 void RenderBlock::layoutBlockChild(RenderBox* child, MarginInfo& marginInfo, int& previousFloatLogicalBottom, int& maxFloatLogicalBottom) argument
2112 maxFloatLogicalBottom = max(maxFloatLogicalBottom, addOverhangingFloats(toRenderBlock(child), -child->logicalLeft(), -child->logicalTop(), !childNeededLayout));

Completed in 153 milliseconds