Home | History | Annotate | Download | only in rendering

Lines Matching refs:overflowClipRect

158     const ClipRect& overflowClipRect() const { return m_overflowClipRect; }
179 return m_overflowClipRect == other.overflowClipRect() &&
187 m_overflowClipRect = other.overflowClipRect();
205 : m_overflowClipRect(other.overflowClipRect())