HomeSort by relevance Sort by last modified time
    Searched defs:computeReplacedLogicalWidth (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderVideo.cpp 252 int RenderVideo::computeReplacedLogicalWidth(bool includeMaxWidth) const
254 return RenderReplaced::computeReplacedLogicalWidth(includeMaxWidth);
RenderReplaced.cpp 207 int RenderReplaced::computeReplacedLogicalWidth(bool includeMaxWidth) const
254 return RenderBox::computeReplacedLogicalWidth() * intrinsicHeight / intrinsicWidth;
262 m_maxPreferredLogicalWidth = computeReplacedLogicalWidth(false) + borderAndPadding;
RenderImage.cpp 481 int RenderImage::computeReplacedLogicalWidth(bool includeMaxWidth) const
576 return RenderBox::computeReplacedLogicalWidth() * intrinsicHeight / intrinsicWidth;
RenderBox.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.cpp 65 int width = computeReplacedLogicalWidth(false) + borderAndPadding;
79 int RenderSVGRoot::computeReplacedLogicalWidth(bool includeMaxWidth) const
81 int replacedWidth = RenderBox::computeReplacedLogicalWidth(includeMaxWidth);

Completed in 400 milliseconds