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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h40 enum ShouldComputePreferred { ComputeActual, ComputePreferred }; enumerator in enum:blink::ShouldComputePreferred
448 LayoutUnit computeReplacedLogicalWidthRespectingMinMaxWidth(LayoutUnit logicalWidth, ShouldComputePreferred = ComputeActual) const;
452 virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const;

Completed in 197 milliseconds