Home | History | Annotate | Download | only in rendering

Lines Matching refs:boxReflect

396     setHasReflection(style()->boxReflect());
533 if (!style()->boxReflect())
537 switch (style()->boxReflect()->direction()) {
556 if (!style()->boxReflect())
558 if (style()->boxReflect()->direction() == ReflectionLeft || style()->boxReflect()->direction() == ReflectionRight)
559 return style()->boxReflect()->offset().calcValue(borderBoxRect().width());
560 return style()->boxReflect()->offset().calcValue(borderBoxRect().height());
565 if (!style()->boxReflect())
570 switch (style()->boxReflect()->direction()) {