Home | History | Annotate | Download | only in css

Lines Matching full:mask

2237     // CSS allows identifiers with "-" at the start, like "-webkit-mask-image".
3888 // box-reflect: <direction> <offset> <mask>
3921 // Now for the mask.
3922 RefPtr<CSSValue> mask;
3925 if (!parseBorderImage(propId, important, mask))
3929 RefPtr<CSSReflectValue> reflectValue = CSSReflectValue::create(direction, offset.release(), mask.release());