Home | History | Annotate | Download | only in style

Lines Matching refs:surround

88     , surround(defaultStyle()->surround)
118 surround.init();
149 , surround(o.surround)
184 && surround == o.surround
333 if (surround->margin != other->surround->margin)
336 if (surround->padding != other->surround->padding)
521 if (surround->offset != other->surround->offset) {
523 if (position() == AbsolutePosition && positionedObjectMoved(surround->offset, other->surround->offset))
553 || surround->border != other->surround->border
806 RoundedIntRect::Radii radii = calcRadiiFor(surround->border, borderRect.width(), borderRect.height());