needsPreferredWidthsRecalculation 1488 Source/core/rendering/RenderBlock.cpp     if (relayoutChildren && child->needsPreferredWidthsRecalculation())
needsPreferredWidthsRecalculation 1655 Source/core/rendering/RenderBlock.cpp         if (relayoutChildren && r->needsPreferredWidthsRecalculation())
needsPreferredWidthsRecalculation  579 Source/core/rendering/RenderBox.h     virtual bool needsPreferredWidthsRecalculation() const;
needsPreferredWidthsRecalculation  631 Source/core/rendering/RenderImage.cpp     if (RenderReplaced::needsPreferredWidthsRecalculation())
needsPreferredWidthsRecalculation   68 Source/core/rendering/RenderImage.h     virtual bool needsPreferredWidthsRecalculation() const OVERRIDE FINAL;
needsPreferredWidthsRecalculation   86 Source/core/rendering/RenderPart.cpp     if (RenderWidget::needsPreferredWidthsRecalculation())
needsPreferredWidthsRecalculation   38 Source/core/rendering/RenderPart.h     virtual bool needsPreferredWidthsRecalculation() const OVERRIDE FINAL;
needsPreferredWidthsRecalculation   42 Source/core/rendering/RenderReplaced.h     virtual bool needsPreferredWidthsRecalculation() const OVERRIDE;