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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp3834 void RenderBlock::markAllDescendantsWithFloatsForLayout(RenderBox* floatToRemove, bool inLayout) argument
3841 if (floatToRemove)
3842 removeFloatingObject(floatToRemove);
3847 if ((!floatToRemove && child->isFloatingOrPositioned()) || !child->isRenderBlock())
3850 if ((floatToRemove ? childBlock->containsFloat(floatToRemove) : childBlock->containsFloats()) || childBlock->shrinkToAvoidFloats())
3851 childBlock->markAllDescendantsWithFloatsForLayout(floatToRemove, inLayout);

Completed in 236 milliseconds