Home
last modified time | relevance | path

Searched refs:clientBoxRect (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBox.h136 …outOverflowRect() const { return m_overflow ? m_overflow->layoutOverflowRect() : clientBoxRect(); } in layoutOverflowRect()
184 …IntRect clientBoxRect() const { return IntRect(clientLeft(), clientTop(), clientWidth(), clientHei… in clientBoxRect() function
DRenderBox.cpp3295 IntRect clientBox = clientBoxRect(); in addLayoutOverflow()
3336 m_overflow.set(new RenderOverflow(clientBoxRect(), borderBox)); in addVisualOverflow()
DRenderBlock.cpp1408 IntRect clientRect(clientBoxRect()); in computeOverflow()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1647616 (WebCore::RenderBox::clientBoxRect):