Home | History | Annotate | Download | only in rendering

Lines Matching refs:isAuto

1442     if (!style()->clipLeft().isAuto()) {
1448 if (!style()->clipRight().isAuto())
1451 if (!style()->clipTop().isAuto()) {
1457 if (!style()->clipBottom().isAuto())
2054 if (flexitem->style()->marginStart().isAuto() || flexitem->style()->marginEnd().isAuto())
2114 if (logicalWidth.isAuto() && !isStretchingColumnFlexItem(this) && autoWidthShouldFitContent())
2152 if (marginStartLength.isAuto())
2154 if (marginEndLength.isAuto())
2173 LayoutUnit marginBoxWidth = childWidth + (!style()->width().isAuto() ? marginStartWidth + marginEndWidth : LayoutUnit());
2178 if ((marginStartLength.isAuto() && marginEndLength.isAuto() && marginBoxWidth < availableWidth)
2179 || (!marginStartLength.isAuto() && !marginEndLength.isAuto() && containingBlockStyle->textAlign() == WEBKIT_CENTER)) {
2188 if (marginEndLength.isAuto() && marginBoxWidth < availableWidth) {
2194 bool pushToEndFromTextAlign = !marginEndLength.isAuto() && ((!containingBlockStyle->isLeftToRightDirection() && containingBlockStyle->textAlign() == WEBKIT_LEFT)
2196 if ((marginStartLength.isAuto() && marginBoxWidth < availableWidth) || pushToEndFromTextAlign) {
2272 if (h.isAuto() && inHorizontalBox && toRenderDeprecatedFlexibleBox(parent())->isStretchingChildren()) {
2375 return !containingBlock->isTableCell() && !containingBlock->isOutOfFlowPositioned() && containingBlock->style()->logicalHeight().isAuto() && isHorizontalWritingMode() == containingBlock->isHorizontalWritingMode();
2399 bool isOutOfFlowPositionedWithSpecifiedHeight = cb->isOutOfFlowPositioned() && (!cbstyle->logicalHeight().isAuto() || (!cbstyle->logicalTop().isAuto() && !cbstyle->logicalBottom().isAuto()));
2421 if (scrollsOverflowY() && (!cell->style()->logicalHeight().isAuto() || !cell->table()->style()->logicalHeight().isAuto()))
2582 if (cb->isOutOfFlowPositioned() && cb->style()->height().isAuto() && !(cb->style()->top().isAuto() || cb->style()->bottom().isAuto())) {
2605 while (cb && !cb->isRenderView() && (cb->style()->logicalHeight().isAuto() || cb->style()->logicalHeight().isPercent())) {
2642 if (isTableCell() && (h.isAuto() || h.isPercent())) {
2660 if (isRenderBlock() && isOutOfFlowPositioned() && style()->height().isAuto() && !(style()->top().isAuto() || style()->bottom().isAuto())) {
2772 if (!logicalLeft.isAuto() || !logicalRight.isAuto())
2785 if (!curr->style()->logicalLeft().isAuto())
2807 if (!curr->style()->logicalLeft().isAuto())
2964 ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto()));
2971 bool logicalLeftIsAuto = logicalLeft.isAuto();
2972 bool logicalRightIsAuto = logicalRight.isAuto();
2997 if (marginLogicalLeft.isAuto() && marginLogicalRight.isAuto()) {
3013 } else if (marginLogicalLeft.isAuto()) {
3017 } else if (marginLogicalRight.isAuto()) {
3140 if (!logicalTop.isAuto() || !logicalBottom.isAuto())
3273 ASSERT(!(logicalTop.isAuto() && logicalBottom.isAuto()));
3282 bool logicalHeightIsAuto = logicalHeightLength.isAuto();
3283 bool logicalTopIsAuto = logicalTop.isAuto();
3284 bool logicalBottomIsAuto = logicalBottom.isAuto();
3316 if (marginBefore.isAuto() && marginAfter.isAuto()) {
3321 } else if (marginBefore.isAuto()) {
3325 } else if (marginAfter.isAuto()) {
3447 if (logicalLeft.isAuto() || logicalRight.isAuto()) {
3448 if (marginLogicalLeft.isAuto())
3450 if (marginLogicalRight.isAuto())
3465 if (marginLogicalLeft.isAuto() && marginLogicalRight.isAuto()) {
3467 ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto()));
3492 } else if (logicalLeft.isAuto()) {
3499 } else if (logicalRight.isAuto()) {
3506 } else if (marginLogicalLeft.isAuto()) {
3513 } else if (marginLogicalRight.isAuto()) {
3611 if (logicalTop.isAuto() || logicalBottom.isAuto()) {
3612 if (marginBefore.isAuto())
3614 if (marginAfter.isAuto())
3626 if (marginBefore.isAuto() && marginAfter.isAuto()) {
3628 ASSERT(!(logicalTop.isAuto() || logicalBottom.isAuto()));
3642 } else if (logicalTop.isAuto()) {
3649 } else if (logicalBottom.isAuto()) {
3657 } else if (marginBefore.isAuto()) {
3664 } else if (marginAfter.isAuto()) {
3837 return style()->width().isAuto();
4146 while (!cb->isRenderView() && !cb->isBody() && !cb->isTableCell() && !cb->isOutOfFlowPositioned() && cb->style()->logicalHeight().isAuto()) {
4156 bool isOutOfFlowPositionedWithSpecifiedHeight = cb->isOutOfFlowPositioned() && (!cb->style()->logicalHeight().isAuto() || (!cb->style()->top().isAuto() && !cb->style()->bottom().isAuto()));