Home | History | Annotate | Download | only in css

Lines Matching refs:FillSize

747 static PassRefPtr<CSSValue> fillSizeToCSSValue(const FillSize& fillSize, CSSPrimitiveValueCache* primitiveValueCache)
749 if (fillSize.type == Contain)
752 if (fillSize.type == Cover)
756 list->append(primitiveValueCache->createValue(fillSize.size.width()));
757 list->append(primitiveValueCache->createValue(fillSize.size.height()));