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

  /external/webkit/Source/WebCore/rendering/
RenderBox.h 136 IntRect layoutOverflowRect() const { return m_overflow ? m_overflow->layoutOverflowRect() : clientBoxRect(); }
184 IntRect clientBoxRect() const { return IntRect(clientLeft(), clientTop(), clientWidth(), clientHeight()); }
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 41 milliseconds