Searched refs:containsFloats (Results 1 – 6 of 6) sorted by relevance
339 if (prevBottom < selectionTop && block()->containsFloats()) { in selectionTop()
89 bool containsFloats() { return m_floatingObjects && !m_floatingObjects->isEmpty(); } in containsFloats() function
1357 …ct.y() && !child->avoidsFloats() && child->isBlockFlow() && toRenderBlock(child)->containsFloats()) in layoutBlockChild()1398 … if (!child->avoidsFloats() && child->isBlockFlow() && toRenderBlock(child)->containsFloats()) in layoutBlockChild()1420 if (child->isBlockFlow() && toRenderBlock(child)->containsFloats()) in layoutBlockChild()3094 if (child->hasOverflowClip() || !child->containsFloats() || child->isRoot()) in addOverhangingFloats()3226 …oatToRemove ? childBlock->containsFloat(floatToRemove) : childBlock->containsFloats()) || childBlo… in markAllDescendantsWithFloatsForLayout()3235 if (!containsFloats()) in getClearDelta()
37864 Move containsFloats, hasOverhangingFloats, shrinkToAvoidFloats and avoidsFloats down to37875 (WebCore::RenderBlock::containsFloats):46232 patch with a containsFloats() check.
16577 (WebCore::RenderBlock::containsFloats):
40069 (WebCore::RenderBlock::containsFloats):