Home | History | Annotate | Download | only in rendering

Lines Matching refs:IsFixed

450     return !style->width().isFixed()
451 || !style->minWidth().isFixed()
452 || (!style->maxWidth().isUndefined() && !style->maxWidth().isFixed())
453 || !style->paddingLeft().isFixed()
454 || !style->paddingRight().isFixed()
469 if (style->maxWidth().isFixed())
1743 if (!logicalHeightLength.isFixed()) {
1779 mode &= ~IsFixed;
1781 mode |= IsFixed;
1784 *wasFixed = mode & IsFixed;
1819 mode &= ~IsFixed;
1821 mode |= IsFixed;
2590 ASSERT(h.isFixed());
2672 if (height.isFixed())
2740 } else if (cbstyle->logicalHeight().isFixed()) {
2822 if (cw > 0 || (!cw && (containerLogicalWidth.isFixed() || containerLogicalWidth.isPercent())))
4395 if (cb->style()->logicalHeight().isFixed())