Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasControlClip

1182     if (hasControlClip() && m_overflow)
3982 bool useClip = (hasControlClip() || useOverflowClip);
3984 bool checkChildren = !useClip || (hasControlClip() ? controlClipRect(tx, ty).intersects(hitTestArea) : overflowClipRect(tx, ty, IncludeOverlayScrollbarSize).intersects(hitTestArea));
5940 if (!hasOverflowClip() && !hasControlClip()) {