Searched refs:addVisualOverflow (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderOverflow.h | 80 void addVisualOverflow(const IntRect&); 130 inline void RenderOverflow::addVisualOverflow(const IntRect& rect) in addVisualOverflow() function
|
D | RenderListItem.cpp | 334 toRenderBlock(o)->addVisualOverflow(markerRect); in positionListMarker()
|
D | RenderBox.h | 153 void addVisualOverflow(const IntRect&);
|
D | RenderBox.cpp | 3271 …addVisualOverflow(IntRect(overflowLeft, overflowTop, overflowRight - overflowLeft, overflowBottom … in addShadowOverflow() 3290 addVisualOverflow(childVisualOverflowRect); in addOverflowFromChild() 3329 void RenderBox::addVisualOverflow(const IntRect& rect) in addVisualOverflow() function in WebCore::RenderBox 3338 m_overflow->addVisualOverflow(rect); in addVisualOverflow()
|
D | RenderTable.cpp | 488 addVisualOverflow(borderOverflowRect); in addOverflowFromChildren()
|
D | RenderBlockLineLayout.cpp | 2421 addVisualOverflow(curr->visualOverflowRect(curr->lineTop(), curr->lineBottom())); in addOverflowFromInlineChildren()
|
D | RenderBlock.cpp | 1379 … addVisualOverflow(IntRect(overflowLeft, 0, overflowRight - overflowLeft, overflowHeight)); in addOverflowFromChildren() 1387 … addVisualOverflow(IntRect(0, overflowTop, overflowWidth, overflowBottom - overflowTop)); in addOverflowFromChildren()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 10357 (WebCore::RenderOverflow::addVisualOverflow): 11319 (WebCore::RenderOverflow::addVisualOverflow): 47597 (WebCore::RenderBox::addVisualOverflow):
|
D | ChangeLog-2007-10-14 | 55130 (WebCore::RenderBlock::addVisualOverflow): Added. Adjusts the overflow 56315 (WebCore::RenderBlock::addVisualOverflow): Added. Adjusts the overflow
|
D | ChangeLog-2010-01-29 | 69449 (WebCore::RenderBox::addVisualOverflow): 69508 (WebCore::RenderOverflow::addVisualOverflow):
|
D | ChangeLog | 11402 (WebCore::RenderBox::addVisualOverflow):
|