Home | History | Annotate | Download | only in rendering

Lines Matching defs:logicalBottom

2564 static void computeBlockStaticDistance(Length& logicalTop, Length& logicalBottom, const RenderBox* child, const RenderBoxModelObject* containerBlock)
2566 if (!logicalTop.isAuto() || !logicalBottom.isAuto())
2606 Length logicalBottom = style()->logicalBottom();
2627 computeBlockStaticDistance(logicalTop, logicalBottom, this, containerBlock);
2634 logicalTop, logicalBottom, marginBefore, marginAfter,
2649 logicalTop, logicalBottom, marginBefore, marginAfter,
2668 logicalTop, logicalBottom, marginBefore, marginAfter,
2707 Length logicalTop, Length logicalBottom, Length marginBefore, Length marginAfter,
2712 ASSERT(!(logicalTop.isAuto() && logicalBottom.isAuto()));
2720 bool logicalBottomIsAuto = logicalBottom.isAuto();
2743 const int availableSpace = containerLogicalHeight - (logicalTopValue + logicalHeightValue + logicalBottom.calcValue(containerLogicalHeight) + bordersPlusPadding);
2800 logicalTopValue = availableSpace - (logicalHeightValue + logicalBottom.calcValue(containerLogicalHeight));
2808 logicalTopValue = availableSpace - (logicalHeightValue + logicalBottom.calcValue(containerLogicalHeight));
2812 logicalHeightValue = max(0, availableSpace - (logicalTopValue + logicalBottom.calcValue(containerLogicalHeight)));
3012 Length logicalBottom = style()->logicalBottom();
3029 computeBlockStaticDistance(logicalTop, logicalBottom, this, containerBlock);
3037 if (logicalTop.isAuto() || logicalBottom.isAuto()) {
3054 ASSERT(!(logicalTop.isAuto() || logicalBottom.isAuto()));
3057 logicalBottomValue = logicalBottom.calcValue(containerLogicalHeight);
3071 logicalBottomValue = logicalBottom.calcValue(containerLogicalHeight);
3075 } else if (logicalBottom.isAuto()) {
3086 logicalBottomValue = logicalBottom.calcValue(containerLogicalHeight);
3093 logicalBottomValue = logicalBottom.calcValue(containerLogicalHeight);