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

/external/webkit/WebCore/rendering/
H A DRenderBlock.cpp777 addOverhangingFloats(block, -block->x(), -block->y(), false);
1419 maxFloatBottom = max(maxFloatBottom, addOverhangingFloats(toRenderBlock(child), -child->x(), -child->y(), !childNeededLayout));
3079 int RenderBlock::addOverhangingFloats(RenderBlock* child, int xoff, int yoff, bool makeChildPaintOtherFloats) function in class:WebCore::RenderBlock

Completed in 35 milliseconds