Searched refs:addOverhangingFloats (Results 1 – 9 of 9) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderBlock.h | 189 …int addOverhangingFloats(RenderBlock* child, int xoffset, int yoffset, bool makeChildPaintOtherFlo…
|
D | RenderBlock.cpp | 719 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/ |
D | ChangeLog-2003-10-25 | 10797 in the case where you want to addOverhangingFloats to a parent. 12962 Fixed a regression in addOverhangingFloats that broke meyerweb.com's
|
D | ChangeLog-2008-08-10 | 40061 (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
|
D | ChangeLog-2006-05-10 | 8923 (WebCore::RenderBlock::addOverhangingFloats): Same as above. 15934 (WebCore::RenderBlock::addOverhangingFloats):
|
D | ChangeLog-2005-12-19 | 10304 Fix for <rdar://problem/4145535> Crash in khtml::RenderBlock::addOverhangingFloats 10308 (khtml::RenderBlock::addOverhangingFloats):
|
D | ChangeLog-2005-08-23 | 27284 (khtml::RenderBlock::addOverhangingFloats): 28204 …actually fairly screwed up. This patch simplifies the logic and makes addOverhangingFloats easier… 28212 (khtml::RenderBlock::addOverhangingFloats):
|
D | ChangeLog-2007-10-14 | 42441 (WebCore::RenderBlock::addOverhangingFloats): 55128 (WebCore::RenderBlock::addOverhangingFloats): Any floats of the child that 56313 (WebCore::RenderBlock::addOverhangingFloats): Any floats of the child that
|
D | ChangeLog | 3811 (WebCore::RenderBlock::addOverhangingFloats):
|