Home
last modified time | relevance | path

Searched refs:ShouldComputePreferred (Results 1 – 8 of 8) 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…
DRenderVideo.cpp188 LayoutUnit RenderVideo::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) … in computeReplacedLogicalWidth()
DRenderBox.h40 enum ShouldComputePreferred { ComputeActual, ComputePreferred }; enum
448 …placedLogicalWidthRespectingMinMaxWidth(LayoutUnit logicalWidth, ShouldComputePreferred = Compute…
452 virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const;
DRenderReplaced.cpp338 LayoutUnit RenderReplaced::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferre… in computeReplacedLogicalWidth()
DRenderBox.cpp2472 LayoutUnit RenderBox::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) co… in computeReplacedLogicalWidth()
2477 …placedLogicalWidthRespectingMinMaxWidth(LayoutUnit logicalWidth, ShouldComputePreferred shouldComp… in computeReplacedLogicalWidthRespectingMinMaxWidth()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.h80 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…
DRenderSVGRoot.cpp124 LayoutUnit RenderSVGRoot::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred… in computeReplacedLogicalWidth()