Searched refs:clientBoxRect (Results 1 – 5 of 5) 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
3307 IntRect clientBox = clientBoxRect(); in addLayoutOverflow()3348 m_overflow.set(new RenderOverflow(clientBoxRect(), borderBox)); in addVisualOverflow()
1423 IntRect clientRect(clientBoxRect()); in computeOverflow()
1661 clipRect = renderBox->clientBoxRect(); in createSelectText()3422 clientRect = renderBox->clientBoxRect(); in absoluteClientRect()
47616 (WebCore::RenderBox::clientBoxRect):