Home | History | Annotate | Download | only in rendering

Lines Matching refs:checkChildren

3965     bool checkChildren = !useClip || (hasControlClip() ? controlClipRect(tx, ty).intersects(hitTestArea) : overflowClipRect(tx, ty, IncludeOverlayScrollbarSize).intersects(hitTestArea));
3966 if (checkChildren) {