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.h67 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…
DRenderReplaced.h35 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…
DRenderBox.h40 enum ShouldComputePreferred { ComputeActual, ComputePreferred }; enumerator
448 …WidthRespectingMinMaxWidth(LayoutUnit logicalWidth, ShouldComputePreferred = ComputeActual) const;
452 virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.h80 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…