Home
last modified time | relevance | path

Searched refs:needsPreferredWidthsRecalculation (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderPart.cpp81 bool RenderPart::needsPreferredWidthsRecalculation() const in needsPreferredWidthsRecalculation() function in blink::RenderPart
83 if (RenderWidget::needsPreferredWidthsRecalculation()) in needsPreferredWidthsRecalculation()
DRenderPart.h38 virtual bool needsPreferredWidthsRecalculation() const OVERRIDE FINAL;
DRenderReplaced.h41 virtual bool needsPreferredWidthsRecalculation() const OVERRIDE;
DRenderImage.h79 virtual bool needsPreferredWidthsRecalculation() const OVERRIDE FINAL;
DRenderImage.cpp449 bool RenderImage::needsPreferredWidthsRecalculation() const in needsPreferredWidthsRecalculation() function in blink::RenderImage
451 if (RenderReplaced::needsPreferredWidthsRecalculation()) in needsPreferredWidthsRecalculation()
DRenderReplaced.cpp231 bool RenderReplaced::needsPreferredWidthsRecalculation() const in needsPreferredWidthsRecalculation() function in blink::RenderReplaced
DRenderBox.h574 virtual bool needsPreferredWidthsRecalculation() const;
DRenderBlock.cpp1417 …ChildrenHasChanged |= style()->boxSizing() == BORDER_BOX && needsPreferredWidthsRecalculation() &&… in widthAvailableToChildrenHasChanged()
1535 if (relayoutChildren && child->needsPreferredWidthsRecalculation()) in updateBlockChildDirtyBitsBeforeLayout()
1703 if (relayoutChildren && r->needsPreferredWidthsRecalculation()) in layoutPositionedObjects()
DRenderBox.cpp850 bool RenderBox::needsPreferredWidthsRecalculation() const in needsPreferredWidthsRecalculation() function in blink::RenderBox