Home | History | Annotate | Download | only in rendering

Lines Matching defs:logicalHeightLength

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