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

/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.h81 , m_fixedClipRect(r)
90 , m_fixedClipRect(other.fixedClipRect())
100 m_fixedClipRect = r;
108 const IntRect& fixedClipRect() const { return m_fixedClipRect; }
109 void setFixedClipRect(const IntRect&r) { m_fixedClipRect = r; }
131 m_fixedClipRect == other.fixedClipRect() &&
139 m_fixedClipRect = other.fixedClipRect();
151 IntRect m_fixedClipRect; member in class:WebCore::ClipRects

Completed in 256 milliseconds