Home
last modified time | relevance | path

Searched refs:logicalHeightLength (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp497 Length logicalHeightLength = style()->logicalHeight(); in layout() local
498 …if (logicalHeightLength.isIntrinsic() || (logicalHeightLength.isSpecified() && logicalHeightLength in layout()
499 computedLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalHeightLength); in layout()
DRenderBox.cpp1801 Length logicalHeightLength = containingBlockStyle->logicalHeight(); in perpendicularContainingBlockLogicalHeight() local
1804 if (!logicalHeightLength.isFixed()) { in perpendicularContainingBlockLogicalHeight()
1811 return cb->adjustContentBoxLogicalHeightForBoxSizing(logicalHeightLength.value()); in perpendicularContainingBlockLogicalHeight()
2603 LayoutUnit RenderBox::computeIntrinsicLogicalContentHeightUsing(const Length& logicalHeightLength, … in computeIntrinsicLogicalContentHeightUsing() argument
2607 …if (logicalHeightLength.isMinContent() || logicalHeightLength.isMaxContent() || logicalHeightLengt… in computeIntrinsicLogicalContentHeightUsing()
2614 if (logicalHeightLength.isFillAvailable()) in computeIntrinsicLogicalContentHeightUsing()
3507 void RenderBox::computePositionedLogicalHeightUsing(Length logicalHeightLength, const RenderBoxMode… in computePositionedLogicalHeightUsing() argument
3523 bool logicalHeightIsAuto = logicalHeightLength.isAuto(); in computePositionedLogicalHeightUsing()
3533 if (logicalHeightLength.isIntrinsic()) in computePositionedLogicalHeightUsing()
3534 …resolvedLogicalHeight = computeIntrinsicLogicalContentHeightUsing(logicalHeightLength, contentLogi… in computePositionedLogicalHeightUsing()
[all …]
DRenderBox.h651 …LayoutUnit computeIntrinsicLogicalContentHeightUsing(const Length& logicalHeightLength, LayoutUnit…
687 …void computePositionedLogicalHeightUsing(Length logicalHeightLength, const RenderBoxModelObject* c…
DRenderBlock.cpp1252 Length logicalHeightLength = style()->logicalHeight(); in isSelfCollapsingBlock() local
1253 bool hasAutoHeight = logicalHeightLength.isAuto(); in isSelfCollapsingBlock()
1254 if (logicalHeightLength.isPercent() && !document().inQuirksMode()) { in isSelfCollapsingBlock()
1264 …if (hasAutoHeight || ((logicalHeightLength.isFixed() || logicalHeightLength.isPercent()) && logica… in isSelfCollapsingBlock()
DRenderBoxModelObject.cpp167 Length logicalHeightLength = style()->logicalHeight(); in hasAutoHeightOrContainingBlockWithAutoHeight() local
168 if (logicalHeightLength.isAuto()) in hasAutoHeightOrContainingBlockWithAutoHeight()
174 if (!logicalHeightLength.isPercent() || isOutOfFlowPositioned() || document().inQuirksMode()) in hasAutoHeightOrContainingBlockWithAutoHeight()