Home | History | Annotate | Download | only in rendering

Lines Matching refs:shadowTop

4223         LayoutUnit shadowTop;
4225 style()->getBoxShadowExtent(shadowTop, shadowRight, shadowBottom, shadowLeft);
4230 overflowMinY = borderBox.y() + ((!isFlipped || !isHorizontal) ? shadowTop : -shadowBottom);
4231 overflowMaxY = borderBox.maxY() + ((!isFlipped || !isHorizontal) ? shadowBottom : -shadowTop);