Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalHeightLength

404     Length logicalHeightLength = style()->logicalHeight();
406 if (logicalHeightLength.isFixed()) {
408 computedLogicalHeight = logicalHeightLength.value() - (borderAndPaddingBefore + borderAndPaddingAfter);
409 } else if (logicalHeightLength.isPercent())
410 computedLogicalHeight = computePercentageLogicalHeight(logicalHeightLength);