Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DInlineFlowBox.cpp419 Length parentLineHeight = curr->renderer()->parent()->style()->lineHeight(); in computeLogicalBoxHeights() local
420 if (parentLineHeight.isNegative()) { in computeLogicalBoxHeights()
429 } else if (parentLineHeight.isPercent()) { in computeLogicalBoxHeights()
430 lineHeight = parentLineHeight.calcMinValue(curr->renderer()->style()->fontSize()); in computeLogicalBoxHeights()
437 lineHeight = parentLineHeight.value(); in computeLogicalBoxHeights()