Home
last modified time | relevance | path

Searched refs:ComputeActual (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderVideo.h68 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…
DRenderReplaced.h35 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…
DRenderBox.h41 enum ShouldComputePreferred { ComputeActual, ComputePreferred }; enumerator
431 …WidthRespectingMinMaxWidth(LayoutUnit logicalWidth, ShouldComputePreferred = ComputeActual) const;
435 virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.h73 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…