Searched refs:computeReplacedLogicalWidth (Results 1 – 11 of 11) sorted by relevance
65 int width = computeReplacedLogicalWidth(false) + borderAndPadding; in computePreferredLogicalWidths()79 int RenderSVGRoot::computeReplacedLogicalWidth(bool includeMaxWidth) const in computeReplacedLogicalWidth() function in WebCore::RenderSVGRoot81 int replacedWidth = RenderBox::computeReplacedLogicalWidth(includeMaxWidth); in computeReplacedLogicalWidth()
57 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;
252 int RenderVideo::computeReplacedLogicalWidth(bool includeMaxWidth) const in computeReplacedLogicalWidth() function in WebCore::RenderVideo254 return RenderReplaced::computeReplacedLogicalWidth(includeMaxWidth); in computeReplacedLogicalWidth()
73 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;
207 int RenderReplaced::computeReplacedLogicalWidth(bool includeMaxWidth) const in computeReplacedLogicalWidth() function in WebCore::RenderReplaced254 return RenderBox::computeReplacedLogicalWidth() * intrinsicHeight / intrinsicWidth; in calcAspectRatioLogicalHeight()262 m_maxPreferredLogicalWidth = computeReplacedLogicalWidth(false) + borderAndPadding; in computePreferredLogicalWidths()
42 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;
86 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;
481 int RenderImage::computeReplacedLogicalWidth(bool includeMaxWidth) const in computeReplacedLogicalWidth() function in WebCore::RenderImage576 return RenderBox::computeReplacedLogicalWidth() * intrinsicHeight / intrinsicWidth; in calcAspectRatioLogicalHeight()
306 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;
1587 …Length logicalWidthLength = (treatAsReplaced) ? Length(computeReplacedLogicalWidth(), Fixed) : sty… in computeLogicalWidth()1998 int RenderBox::computeReplacedLogicalWidth(bool includeMaxWidth) const in computeReplacedLogicalWidth() function in WebCore::RenderBox2864 setLogicalWidth(computeReplacedLogicalWidth() + borderAndPaddingLogicalWidth()); in computePositionedLogicalWidthReplaced()
38408 (WebCore::RenderImage::computeReplacedLogicalWidth):41472 …all of the computeReplacedLogicalWidth and comuteReplacedLogicalHeight functions (and their helper…41480 (WebCore::RenderBox::computeReplacedLogicalWidth):41492 (WebCore::RenderImage::computeReplacedLogicalWidth):41499 (WebCore::RenderReplaced::computeReplacedLogicalWidth):41507 (WebCore::RenderSVGRoot::computeReplacedLogicalWidth):41511 (WebCore::RenderVideo::computeReplacedLogicalWidth):