Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalHeightLength

1277     Length logicalHeightLength = style()->logicalHeight();
1278 bool hasAutoHeight = logicalHeightLength.isAuto();
1279 if (logicalHeightLength.isPercent() && !document().inQuirksMode()) {
1289 if (hasAutoHeight || ((logicalHeightLength.isFixed() || logicalHeightLength.isPercent()) && logicalHeightLength.isZero())) {