Home | History | Annotate | Download | only in rendering

Lines Matching defs:needsLayout

399     m_hasBorderOrPaddingLogicalWidthChanged = oldStyle && diff == StyleDifferenceLayout && needsLayout() && borderOrPaddingLogicalWidthChanged(oldStyle, newStyle);
1446 return info && info->needsLayout();
1545 ASSERT(needsLayout());
2273 if (grandchildBox->needsLayout()) {
2584 if (!child->needsLayout())
2588 bool childNeededLayout = child->needsLayout();
2612 if (logicalTopAfterClear != logicalTopEstimate || child->needsLayout() || (paginated && childRenderBlock && childRenderBlock->shouldBreakAtLineToAvoidWidow())) {
2624 if (!child->needsLayout())
2815 if (!r->needsLayout())
2826 bool needsBlockDirectionLocationSetBeforeLayout = r->needsLayout() && view()->layoutState()->needsBlockDirectionLocationSetBeforeLayout();
2861 ASSERT(!needsLayout());
2862 if (needsLayout())
3377 ASSERT(!needsLayout());
3904 if (isChildRenderBlock && !o->needsLayout() && view()->layoutState()->pageLogicalHeightChanged())
4108 if (isPaginated && !childBox->needsLayout())
5447 bool needsLayout = false;
5452 needsLayout = true;
5459 needsLayout = true;
5462 if (needsLayout)
7591 if (!child->needsLayout())
8155 ASSERT(!currBox->needsLayout());