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

/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp1938 bool isPositionedWithSpecifiedHeight = cb->isPositioned() && (!cb->style()->logicalHeight().isAuto() || (!cb->style()->top().isAuto() && !cb->style()->bottom().isAuto())); local
1968 else if (cb->style()->logicalHeight().isPercent() && !isPositionedWithSpecifiedHeight) {
1973 } else if (cb->isRenderView() || (cb->isBody() && document()->inQuirksMode()) || isPositionedWithSpecifiedHeight) {

Completed in 33 milliseconds