Home
last modified time | relevance | path

Searched refs:computeReplacedLogicalWidth (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderVideo.cpp220 LayoutUnit RenderVideo::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) … in computeReplacedLogicalWidth() function in WebCore::RenderVideo
222 return RenderReplaced::computeReplacedLogicalWidth(shouldComputePreferred); in computeReplacedLogicalWidth()
DRenderVideo.h68 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…
DRenderReplaced.h35 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…
DRenderReplaced.cpp324 …constrainedSize.setHeight(RenderBox::computeReplacedLogicalWidth() * intrinsicSize.height() / intr… in computeAspectRatioInformationForRenderBox()
382 LayoutUnit RenderReplaced::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferre… in computeReplacedLogicalWidth() function in WebCore::RenderReplaced
498 …m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = computeReplacedLogicalWidth(ComputePrefe… in computePreferredLogicalWidths()
DRenderBox.h435 virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const;
DRenderBox.cpp2301 …Length logicalWidthLength = treatAsReplaced ? Length(computeReplacedLogicalWidth(), Fixed) : style… in computeLogicalWidthInRegion()
2954 LayoutUnit RenderBox::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) co… in computeReplacedLogicalWidth() function in WebCore::RenderBox
3991 computedValues.m_extent = computeReplacedLogicalWidth() + borderAndPaddingLogicalWidth(); in computePositionedLogicalWidthReplaced()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp136 LayoutUnit RenderSVGRoot::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred… in computeReplacedLogicalWidth() function in WebCore::RenderSVGRoot
146 return RenderReplaced::computeReplacedLogicalWidth(shouldComputePreferred); in computeReplacedLogicalWidth()
156 return RenderReplaced::computeReplacedLogicalWidth(shouldComputePreferred); in computeReplacedLogicalWidth()
DRenderSVGRoot.h73 …virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVER…