Home | History | Annotate | Download | only in css

Lines Matching defs:maxWidth

1263             const Length& maxWidth = style->maxWidth();
1264 if (maxWidth.isFixed() && maxWidth.value() == undefinedLength)
1266 return primitiveValueCache->createValue(maxWidth);