Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasClip

597     bool hasClip() const { return isOutOfFlowPositioned() && !style()->hasAutoClip(); }
599 bool hasClipOrOverflowClip() const { return hasClip() || hasOverflowClip(); }