Searched refs:floatToRemove (Results 1 – 2 of 2) sorted by relevance
179 void markAllDescendantsWithFloatsForLayout(RenderBox* floatToRemove = 0, bool inLayout = true);
3089 void RenderBlock::markAllDescendantsWithFloatsForLayout(RenderBox* floatToRemove, bool inLayout) in markAllDescendantsWithFloatsForLayout() argument3093 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()