Searched defs:needsPreferredWidthsRecalculation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderPart.cpp81 bool RenderPart::needsPreferredWidthsRecalculation() const function in class:blink::RenderPart
83 if (RenderWidget::needsPreferredWidthsRecalculation())
H A DRenderImage.cpp449 bool RenderImage::needsPreferredWidthsRecalculation() const function in class:blink::RenderImage
451 if (RenderReplaced::needsPreferredWidthsRecalculation())
H A DRenderReplaced.cpp231 bool RenderReplaced::needsPreferredWidthsRecalculation() const function in class:blink::RenderReplaced
H A DRenderBox.cpp850 bool RenderBox::needsPreferredWidthsRecalculation() const function in class:blink::RenderBox

Completed in 2531 milliseconds