Home
last modified time | relevance | path

Searched refs:addOverflowFromChild (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBox.h156 …void addOverflowFromChild(RenderBox* child) { addOverflowFromChild(child, IntSize(child->x(), chil… in addOverflowFromChild() function
157 void addOverflowFromChild(RenderBox* child, const IntSize& delta);
DRenderSlider.cpp172 addOverflowFromChild(thumb); in layout()
DRenderTable.cpp495 addOverflowFromChild(m_caption); in addOverflowFromChildren()
501 addOverflowFromChild(section); in addOverflowFromChildren()
DRenderTableSection.cpp751 addOverflowFromChild(cell); in setCellLogicalWidths()
DRenderBlock.cpp1440 addOverflowFromChild(child); in addOverflowFromBlockChildren()
1454addOverflowFromChild(r->m_renderer, IntSize(xPositionForFloatIncludingMargin(r), yPositionForFloat… in addOverflowFromFloats()
1471 addOverflowFromChild(positionedObject); in addOverflowFromPositionedObjects()
3779 …child->addOverflowFromChild(r->m_renderer, IntSize(xPositionForFloatIncludingMargin(r), yPositionF… in addOverhangingFloats()
DRenderBox.cpp3286 void RenderBox::addOverflowFromChild(RenderBox* child, const IntSize& delta) in addOverflowFromChild() function in WebCore::RenderBox
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1647595 (WebCore::RenderBox::addOverflowFromChild):
DChangeLog-2010-01-2969447 (WebCore::RenderBox::addOverflowFromChild):