Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp1938 …bool isPositionedWithSpecifiedHeight = cb->isPositioned() && (!cb->style()->logicalHeight().isAuto… in computePercentageLogicalHeight() local
1968 else if (cb->style()->logicalHeight().isPercent() && !isPositionedWithSpecifiedHeight) { in computePercentageLogicalHeight()
1973 …sRenderView() || (cb->isBody() && document()->inQuirksMode()) || isPositionedWithSpecifiedHeight) { in computePercentageLogicalHeight()