Searched refs:logicalHeightLength (Results 1 – 5 of 5) sorted by relevance
497 Length logicalHeightLength = style()->logicalHeight(); in layout() local498 …if (logicalHeightLength.isIntrinsic() || (logicalHeightLength.isSpecified() && logicalHeightLength… in layout()499 computedLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalHeightLength); in layout()
1801 Length logicalHeightLength = containingBlockStyle->logicalHeight(); in perpendicularContainingBlockLogicalHeight() local1804 if (!logicalHeightLength.isFixed()) { in perpendicularContainingBlockLogicalHeight()1811 return cb->adjustContentBoxLogicalHeightForBoxSizing(logicalHeightLength.value()); in perpendicularContainingBlockLogicalHeight()2603 LayoutUnit RenderBox::computeIntrinsicLogicalContentHeightUsing(const Length& logicalHeightLength, … in computeIntrinsicLogicalContentHeightUsing() argument2607 …if (logicalHeightLength.isMinContent() || logicalHeightLength.isMaxContent() || logicalHeightLengt… in computeIntrinsicLogicalContentHeightUsing()2614 if (logicalHeightLength.isFillAvailable()) in computeIntrinsicLogicalContentHeightUsing()3507 void RenderBox::computePositionedLogicalHeightUsing(Length logicalHeightLength, const RenderBoxMode… in computePositionedLogicalHeightUsing() argument3523 bool logicalHeightIsAuto = logicalHeightLength.isAuto(); in computePositionedLogicalHeightUsing()3533 if (logicalHeightLength.isIntrinsic()) in computePositionedLogicalHeightUsing()3534 …resolvedLogicalHeight = computeIntrinsicLogicalContentHeightUsing(logicalHeightLength, contentLogi… in computePositionedLogicalHeightUsing()[all …]
651 …LayoutUnit computeIntrinsicLogicalContentHeightUsing(const Length& logicalHeightLength, LayoutUnit…687 …void computePositionedLogicalHeightUsing(Length logicalHeightLength, const RenderBoxModelObject* c…
1252 Length logicalHeightLength = style()->logicalHeight(); in isSelfCollapsingBlock() local1253 bool hasAutoHeight = logicalHeightLength.isAuto(); in isSelfCollapsingBlock()1254 if (logicalHeightLength.isPercent() && !document().inQuirksMode()) { in isSelfCollapsingBlock()1264 …if (hasAutoHeight || ((logicalHeightLength.isFixed() || logicalHeightLength.isPercent()) && logica… in isSelfCollapsingBlock()
167 Length logicalHeightLength = style()->logicalHeight(); in hasAutoHeightOrContainingBlockWithAutoHeight() local168 if (logicalHeightLength.isAuto()) in hasAutoHeightOrContainingBlockWithAutoHeight()174 if (!logicalHeightLength.isPercent() || isOutOfFlowPositioned() || document().inQuirksMode()) in hasAutoHeightOrContainingBlockWithAutoHeight()