Home
last modified time | relevance | path

Searched refs:floatToRemove (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBlock.h179 void markAllDescendantsWithFloatsForLayout(RenderBox* floatToRemove = 0, bool inLayout = true);
DRenderBlock.cpp3089 void RenderBlock::markAllDescendantsWithFloatsForLayout(RenderBox* floatToRemove, bool inLayout) in markAllDescendantsWithFloatsForLayout() argument
3093 if (floatToRemove) in markAllDescendantsWithFloatsForLayout()
3094 removeFloatingObject(floatToRemove); in markAllDescendantsWithFloatsForLayout()
3100 …((floatToRemove ? child->containsFloat(floatToRemove) : child->containsFloats()) || child->shrinkT… in markAllDescendantsWithFloatsForLayout()
3101 … static_cast<RenderBlock*>(child)->markAllDescendantsWithFloatsForLayout(floatToRemove, inLayout); in markAllDescendantsWithFloatsForLayout()