Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalHeightLength

1101     Length logicalHeightLength = style()->logicalHeight();
1102 bool hasAutoHeight = logicalHeightLength.isAuto();
1103 if (logicalHeightLength.isPercent() && !document()->inQuirksMode()) {
1113 if (hasAutoHeight || ((logicalHeightLength.isFixed() || logicalHeightLength.isPercent()) && logicalHeightLength.isZero())) {