Searched refs:computeReplacedLogicalHeightUsing (Results 1 – 6 of 6) sorted by relevance
227 logicalHeight = computeReplacedLogicalHeightUsing(style()->logicalHeight()); in computeReplacedLogicalHeight()233 int minLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMinHeight()); in computeReplacedLogicalHeight()234 …style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeightUsing(styl… in computeReplacedLogicalHeight()
521 logicalHeight = computeReplacedLogicalHeightUsing(style()->logicalHeight()); in computeReplacedLogicalHeight()530 int minLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMinHeight()); in computeReplacedLogicalHeight()531 …style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeightUsing(styl… in computeReplacedLogicalHeight()
304 int computeReplacedLogicalHeightUsing(Length height) const;
2028 int logicalHeight = computeReplacedLogicalHeightUsing(style()->logicalHeight()); in computeReplacedLogicalHeight()2029 int minLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMinHeight()); in computeReplacedLogicalHeight()2030 …style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeightUsing(styl… in computeReplacedLogicalHeight()2035 int RenderBox::computeReplacedLogicalHeightUsing(Length logicalHeight) const in computeReplacedLogicalHeightUsing() function in WebCore::RenderBox
2665 …(WebCore::RenderBox::computeReplacedLogicalHeightUsing): Do not apply the logic to prevent precent…6222 (WebCore::RenderBox::computeReplacedLogicalHeightUsing): Expanded the scope of the fix for61399 (WebCore::RenderBox::computeReplacedLogicalHeightUsing):
41483 (WebCore::RenderBox::computeReplacedLogicalHeightUsing):