Searched refs:m_overflowClipRect (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.h80 : m_overflowClipRect(r)
89 : m_overflowClipRect(other.overflowClipRect())
99 m_overflowClipRect = r;
105 const IntRect& overflowClipRect() const { return m_overflowClipRect; }
106 void setOverflowClipRect(const IntRect& r) { m_overflowClipRect = r; }
130 return m_overflowClipRect == other.overflowClipRect() &&
138 m_overflowClipRect = other.overflowClipRect();
150 IntRect m_overflowClipRect; member in class:WebCore::ClipRects

Completed in 98 milliseconds