Searched refs:clientBoxRect (Results 1 – 4 of 4) sorted by relevance
136 …outOverflowRect() const { return m_overflow ? m_overflow->layoutOverflowRect() : clientBoxRect(); } in layoutOverflowRect()184 …IntRect clientBoxRect() const { return IntRect(clientLeft(), clientTop(), clientWidth(), clientHei… in clientBoxRect() function
3295 IntRect clientBox = clientBoxRect(); in addLayoutOverflow()3336 m_overflow.set(new RenderOverflow(clientBoxRect(), borderBox)); in addVisualOverflow()
1408 IntRect clientRect(clientBoxRect()); in computeOverflow()
47616 (WebCore::RenderBox::clientBoxRect):