Home | History | Annotate | Download | only in rendering

Lines Matching refs:boxReflect

230     setHasReflection(style()->boxReflect());
353 if (!style()->boxReflect())
357 switch (style()->boxReflect()->direction()) {
376 if (!style()->boxReflect())
378 if (style()->boxReflect()->direction() == ReflectionLeft || style()->boxReflect()->direction() == ReflectionRight)
379 return style()->boxReflect()->offset().calcValue(borderBoxRect().width());
380 return style()->boxReflect()->offset().calcValue(borderBoxRect().height());
385 if (!style()->boxReflect())
390 switch (style()->boxReflect()->direction()) {