Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalHeightLength

488         Length logicalHeightLength = style()->logicalHeight();
489 if (logicalHeightLength.isIntrinsic() || (logicalHeightLength.isSpecified() && logicalHeightLength.isPositive()))
490 computedLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalHeightLength);