Home
last modified time | relevance | path

Searched refs:makeChildPaintOtherFloats (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBlock.h299 …addOverhangingFloats(RenderBlock* child, int xoffset, int yoffset, bool makeChildPaintOtherFloats);
DRenderBlock.cpp3091 …Block::addOverhangingFloats(RenderBlock* child, int xoff, int yoff, bool makeChildPaintOtherFloats) in addOverhangingFloats() argument
3132 …} else if (makeChildPaintOtherFloats && !r->m_shouldPaint && !r->m_renderer->hasSelfPaintingLayer(… in addOverhangingFloats()
/external/webkit/WebCore/
DChangeLog-2008-08-1054520 makeChildPaintOtherFloats parameter to addOverhangingFloats() because at
54523 makeChildPaintOtherFloats parameter to addOverhangingFloats() iff the
54532 'true' for the makeChildPaintOtherFloats parameter.