Searched refs:needsPreferredWidthsRecalculation (Results 1 – 9 of 9) sorted by relevance
81 bool RenderPart::needsPreferredWidthsRecalculation() const in needsPreferredWidthsRecalculation() function in blink::RenderPart83 if (RenderWidget::needsPreferredWidthsRecalculation()) in needsPreferredWidthsRecalculation()
38 virtual bool needsPreferredWidthsRecalculation() const OVERRIDE FINAL;
41 virtual bool needsPreferredWidthsRecalculation() const OVERRIDE;
79 virtual bool needsPreferredWidthsRecalculation() const OVERRIDE FINAL;
449 bool RenderImage::needsPreferredWidthsRecalculation() const in needsPreferredWidthsRecalculation() function in blink::RenderImage451 if (RenderReplaced::needsPreferredWidthsRecalculation()) in needsPreferredWidthsRecalculation()
231 bool RenderReplaced::needsPreferredWidthsRecalculation() const in needsPreferredWidthsRecalculation() function in blink::RenderReplaced
574 virtual bool needsPreferredWidthsRecalculation() const;
1417 …ChildrenHasChanged |= style()->boxSizing() == BORDER_BOX && needsPreferredWidthsRecalculation() &&… in widthAvailableToChildrenHasChanged()1535 if (relayoutChildren && child->needsPreferredWidthsRecalculation()) in updateBlockChildDirtyBitsBeforeLayout()1703 if (relayoutChildren && r->needsPreferredWidthsRecalculation()) in layoutPositionedObjects()
850 bool RenderBox::needsPreferredWidthsRecalculation() const in needsPreferredWidthsRecalculation() function in blink::RenderBox