HomeSort by relevance Sort by last modified time
    Searched refs:fixedClipRect (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderLayer.h 90 , m_fixedClipRect(other.fixedClipRect())
108 const IntRect& fixedClipRect() const { return m_fixedClipRect; }
131 m_fixedClipRect == other.fixedClipRect() &&
139 m_fixedClipRect = other.fixedClipRect();
    [all...]
RenderLayer.cpp     [all...]

Completed in 20 milliseconds