Home | History | Annotate | Download | only in rendering

Lines Matching refs:computeLogicalHeightUsing

1848             heightResult = computeLogicalHeightUsing(style()->logicalHeight());
1851 int minH = computeLogicalHeightUsing(style()->logicalMinHeight()); // Leave as -1 if unset.
1852 int maxH = style()->logicalMaxHeight().isUndefined() ? heightResult : computeLogicalHeightUsing(style()->logicalMaxHeight());
1899 int RenderBox::computeLogicalHeightUsing(const Length& h)