Home | History | Annotate | Download | only in rendering

Lines Matching refs:checkChildren

2810     bool checkChildren = !useClip;
2811 if (!checkChildren) {
2813 checkChildren = locationInContainer.intersects(controlClipRect(adjustedLocation));
2817 checkChildren = locationInContainer.intersects(style()->getRoundedBorderFor(clipRect));
2819 checkChildren = locationInContainer.intersects(clipRect);
2822 if (checkChildren) {