Home
last modified time | relevance | path

Searched refs:addOverhangingFloats (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBlock.h189 …int addOverhangingFloats(RenderBlock* child, int xoffset, int yoffset, bool makeChildPaintOtherFlo…
DRenderBlock.cpp719 addOverhangingFloats(block, -block->x(), -block->y(), false); in layoutBlock()
1351 …maxFloatBottom = max(maxFloatBottom, addOverhangingFloats(static_cast<RenderBlock*>(child), -child… in layoutBlockChildren()
2963 int RenderBlock::addOverhangingFloats(RenderBlock* child, int xoff, int yoff, bool makeChildPaintOt… in addOverhangingFloats() function in WebCore::RenderBlock
/external/webkit/WebCore/
DChangeLog-2003-10-2510797 in the case where you want to addOverhangingFloats to a parent.
12962 Fixed a regression in addOverhangingFloats that broke meyerweb.com's
DChangeLog-2008-08-1040061 (WebCore::RenderBlock::addOverhangingFloats):
52185 (WebCore::RenderBlock::addOverhangingFloats): Added another case where
54520 makeChildPaintOtherFloats parameter to addOverhangingFloats() because at
54523 makeChildPaintOtherFloats parameter to addOverhangingFloats() iff the
54527 (WebCore::RenderBlock::addOverhangingFloats): Refined the conditions for
55003 (WebCore::RenderBlock::addOverhangingFloats): If a child's float turns
75511 (WebCore::RenderBlock::addOverhangingFloats): Changed to return the
DChangeLog-2006-05-108923 (WebCore::RenderBlock::addOverhangingFloats): Same as above.
15934 (WebCore::RenderBlock::addOverhangingFloats):
DChangeLog-2005-12-1910304 Fix for <rdar://problem/4145535> Crash in khtml::RenderBlock::addOverhangingFloats
10308 (khtml::RenderBlock::addOverhangingFloats):
DChangeLog-2005-08-2327284 (khtml::RenderBlock::addOverhangingFloats):
28204 …actually fairly screwed up. This patch simplifies the logic and makes addOverhangingFloats easier…
28212 (khtml::RenderBlock::addOverhangingFloats):
DChangeLog-2007-10-1442441 (WebCore::RenderBlock::addOverhangingFloats):
55128 (WebCore::RenderBlock::addOverhangingFloats): Any floats of the child that
56313 (WebCore::RenderBlock::addOverhangingFloats): Any floats of the child that
DChangeLog3811 (WebCore::RenderBlock::addOverhangingFloats):