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.h66 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…
DRenderReplaced.h35 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…
DRenderVideo.cpp216 LayoutUnit RenderVideo::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) … in computeReplacedLogicalWidth()
DRenderBox.h41 enum ShouldComputePreferred { ComputeActual, ComputePreferred }; enum
448 …placedLogicalWidthRespectingMinMaxWidth(LayoutUnit logicalWidth, ShouldComputePreferred = Compute…
452 virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const;
DRenderReplaced.cpp359 LayoutUnit RenderReplaced::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferre… in computeReplacedLogicalWidth()
DRenderBox.cpp2741 LayoutUnit RenderBox::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) co… in computeReplacedLogicalWidth()
2746 …placedLogicalWidthRespectingMinMaxWidth(LayoutUnit logicalWidth, ShouldComputePreferred shouldComp… in computeReplacedLogicalWidthRespectingMinMaxWidth()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.h79 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…
DRenderSVGRoot.cpp121 LayoutUnit RenderSVGRoot::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred… in computeReplacedLogicalWidth()