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

/external/webkit/Source/WebCore/rendering/
H A DRenderVideo.h73 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;
H A DRenderReplaced.h42 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;
H A DRenderImage.h86 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;
H A DRenderReplaced.cpp207 int RenderReplaced::computeReplacedLogicalWidth(bool includeMaxWidth) const function in class:WebCore::RenderReplaced
254 return RenderBox::computeReplacedLogicalWidth() * intrinsicHeight / intrinsicWidth;
262 m_maxPreferredLogicalWidth = computeReplacedLogicalWidth(false) + borderAndPadding;
H A DRenderVideo.cpp252 int RenderVideo::computeReplacedLogicalWidth(bool includeMaxWidth) const function in class:WebCore::RenderVideo
254 return RenderReplaced::computeReplacedLogicalWidth(includeMaxWidth);
H A DRenderImage.cpp481 int RenderImage::computeReplacedLogicalWidth(bool includeMaxWidth) const function in class:WebCore::RenderImage
576 return RenderBox::computeReplacedLogicalWidth() * intrinsicHeight / intrinsicWidth;
H A DRenderBox.h306 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;
H A DRenderBox.cpp1587 Length logicalWidthLength = (treatAsReplaced) ? Length(computeReplacedLogicalWidth(), Fixed) : style()->logicalWidth();
1998 int RenderBox::computeReplacedLogicalWidth(bool includeMaxWidth) const function in class:WebCore::RenderBox
2864 setLogicalWidth(computeReplacedLogicalWidth() + borderAndPaddingLogicalWidth());
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGRoot.cpp65 int width = computeReplacedLogicalWidth(false) + borderAndPadding;
79 int RenderSVGRoot::computeReplacedLogicalWidth(bool includeMaxWidth) const function in class:WebCore::RenderSVGRoot
81 int replacedWidth = RenderBox::computeReplacedLogicalWidth(includeMaxWidth);
H A DRenderSVGRoot.h57 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;

Completed in 144 milliseconds