Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGRoot.cpp65 int width = computeReplacedLogicalWidth(false) + borderAndPadding; in computePreferredLogicalWidths()
79 int RenderSVGRoot::computeReplacedLogicalWidth(bool includeMaxWidth) const in computeReplacedLogicalWidth() function in WebCore::RenderSVGRoot
81 int replacedWidth = RenderBox::computeReplacedLogicalWidth(includeMaxWidth); in computeReplacedLogicalWidth()
DRenderSVGRoot.h57 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;
/external/webkit/Source/WebCore/rendering/
DRenderVideo.cpp252 int RenderVideo::computeReplacedLogicalWidth(bool includeMaxWidth) const in computeReplacedLogicalWidth() function in WebCore::RenderVideo
254 return RenderReplaced::computeReplacedLogicalWidth(includeMaxWidth); in computeReplacedLogicalWidth()
DRenderVideo.h73 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;
DRenderReplaced.cpp207 int RenderReplaced::computeReplacedLogicalWidth(bool includeMaxWidth) const in computeReplacedLogicalWidth() function in WebCore::RenderReplaced
254 return RenderBox::computeReplacedLogicalWidth() * intrinsicHeight / intrinsicWidth; in calcAspectRatioLogicalHeight()
262 m_maxPreferredLogicalWidth = computeReplacedLogicalWidth(false) + borderAndPadding; in computePreferredLogicalWidths()
DRenderReplaced.h42 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;
DRenderImage.h86 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;
DRenderImage.cpp481 int RenderImage::computeReplacedLogicalWidth(bool includeMaxWidth) const in computeReplacedLogicalWidth() function in WebCore::RenderImage
576 return RenderBox::computeReplacedLogicalWidth() * intrinsicHeight / intrinsicWidth; in calcAspectRatioLogicalHeight()
DRenderBox.h306 virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const;
DRenderBox.cpp1587 …Length logicalWidthLength = (treatAsReplaced) ? Length(computeReplacedLogicalWidth(), Fixed) : sty… in computeLogicalWidth()
1998 int RenderBox::computeReplacedLogicalWidth(bool includeMaxWidth) const in computeReplacedLogicalWidth() function in WebCore::RenderBox
2864 setLogicalWidth(computeReplacedLogicalWidth() + borderAndPaddingLogicalWidth()); in computePositionedLogicalWidthReplaced()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0638408 (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):