Searched refs:computeReplacedLogicalWidth (Results 1 – 8 of 8) sorted by relevance
220 LayoutUnit RenderVideo::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) … in computeReplacedLogicalWidth() function in WebCore::RenderVideo222 return RenderReplaced::computeReplacedLogicalWidth(shouldComputePreferred); in computeReplacedLogicalWidth()
68 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…
35 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…
324 …constrainedSize.setHeight(RenderBox::computeReplacedLogicalWidth() * intrinsicSize.height() / intr… in computeAspectRatioInformationForRenderBox()382 LayoutUnit RenderReplaced::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferre… in computeReplacedLogicalWidth() function in WebCore::RenderReplaced498 …m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = computeReplacedLogicalWidth(ComputePrefe… in computePreferredLogicalWidths()
435 virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const;
2301 …Length logicalWidthLength = treatAsReplaced ? Length(computeReplacedLogicalWidth(), Fixed) : style… in computeLogicalWidthInRegion()2954 LayoutUnit RenderBox::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) co… in computeReplacedLogicalWidth() function in WebCore::RenderBox3991 computedValues.m_extent = computeReplacedLogicalWidth() + borderAndPaddingLogicalWidth(); in computePositionedLogicalWidthReplaced()
136 LayoutUnit RenderSVGRoot::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred… in computeReplacedLogicalWidth() function in WebCore::RenderSVGRoot146 return RenderReplaced::computeReplacedLogicalWidth(shouldComputePreferred); in computeReplacedLogicalWidth()156 return RenderReplaced::computeReplacedLogicalWidth(shouldComputePreferred); in computeReplacedLogicalWidth()
73 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…