Home | History | Annotate | Download | only in rendering

Lines Matching defs:logicalHeightLength

497         Length logicalHeightLength = style()->logicalHeight();
498 if (logicalHeightLength.isIntrinsic() || (logicalHeightLength.isSpecified() && logicalHeightLength.isPositive()))
499 computedLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalHeightLength);