HomeSort by relevance Sort by last modified time
    Searched defs:overflowClipRect (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/rendering/
RenderTable.cpp     [all...]
RenderLayer.h 93 : m_overflowClipRect(other.overflowClipRect())
109 const IntRect& overflowClipRect() const { return m_overflowClipRect; }
134 return m_overflowClipRect == other.overflowClipRect() &&
142 m_overflowClipRect = other.overflowClipRect();
RenderBox.cpp 872 IntRect clipRect(isControlClip ? controlClipRect(tx, ty) : overflowClipRect(tx, ty));
899 IntRect RenderBox::overflowClipRect(int tx, int ty)
    [all...]

Completed in 58 milliseconds