Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalHeightLength

1086     Length logicalHeightLength = style()->logicalHeight();
1087 bool hasAutoHeight = logicalHeightLength.isAuto();
1088 if (logicalHeightLength.isPercent() && !document()->inQuirksMode()) {
1098 if (hasAutoHeight || ((logicalHeightLength.isFixed() || logicalHeightLength.isPercent()) && logicalHeightLength.isZero())) {