Home | History | Annotate | Download | only in rendering

Lines Matching refs:computeReplacedLogicalHeightUsing

2023 computeReplacedLogicalHeightUsing(style()->logicalHeight());
2024 int minLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMinHeight());
2025 int maxLogicalHeight = style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeightUsing(style()->logicalMaxHeight());
2030 int RenderBox::computeReplacedLogicalHeightUsing(Length logicalHeight) const