Home
last modified time | relevance | path

Searched refs:clientBoxRect (Results 1 – 5 of 5) 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.cpp3307 IntRect clientBox = clientBoxRect(); in addLayoutOverflow()
3348 m_overflow.set(new RenderOverflow(clientBoxRect(), borderBox)); in addVisualOverflow()
DRenderBlock.cpp1423 IntRect clientRect(clientBoxRect()); in computeOverflow()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1661 clipRect = renderBox->clientBoxRect(); in createSelectText()
3422 clientRect = renderBox->clientBoxRect(); in absoluteClientRect()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1647616 (WebCore::RenderBox::clientBoxRect):