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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderVideo.h67 virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVERRIDE;
H A DRenderVideo.cpp188 LayoutUnit RenderVideo::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) const function in class:blink::RenderVideo
190 return RenderReplaced::computeReplacedLogicalWidth(shouldComputePreferred);
H A DRenderReplaced.h35 virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVERRIDE;
H A DRenderReplaced.cpp283 constrainedSize.setHeight(RenderBox::computeReplacedLogicalWidth() * intrinsicSize.height() / intrinsicSize.width());
338 LayoutUnit RenderReplaced::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) const function in class:blink::RenderReplaced
448 m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = computeReplacedLogicalWidth(ComputePreferred);
H A DRenderBox.h452 virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const;
H A DRenderBox.cpp1933 Length logicalWidthLength = treatAsReplaced ? Length(computeReplacedLogicalWidth(), Fixed) : styleToUse->logicalWidth();
2472 LayoutUnit RenderBox::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) const function in class:blink::RenderBox
3431 computedValues.m_extent = computeReplacedLogicalWidth() + borderAndPaddingLogicalWidth();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.cpp124 LayoutUnit RenderSVGRoot::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) const function in class:blink::RenderSVGRoot
137 return RenderReplaced::computeReplacedLogicalWidth(shouldComputePreferred);
143 return RenderReplaced::computeReplacedLogicalWidth(shouldComputePreferred);
H A DRenderSVGRoot.h80 virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVERRIDE;

Completed in 106 milliseconds