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

  /external/webkit/WebCore/rendering/
RenderOverflow.h 66 IntRect visibleOverflowRect() const;
107 inline IntRect RenderOverflow::visibleOverflowRect() const
InlineFlowBox.h 147 IntRect visibleOverflowRect() const { return m_overflow ? m_overflow->visibleOverflowRect() : IntRect(m_x, m_y, m_width, height()); }
RenderBox.h 84 IntRect visibleOverflowRect() const { return hasOverflowClip() ? visualOverflowRect() : (m_overflow ? m_overflow->visibleOverflowRect() : borderBoxRect()); }

Completed in 651 milliseconds