Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.h230 …void addOverflowFromChild(RenderBox* child) { addOverflowFromChild(child, child->locationOffset())… in addOverflowFromChild() function
231 void addOverflowFromChild(RenderBox* child, const LayoutSize& delta);
DRenderTable.cpp625 addOverflowFromChild(m_captions[i]); in addOverflowFromChildren()
629 addOverflowFromChild(section); in addOverflowFromChildren()
DRenderBlockFlow.cpp1660addOverflowFromChild(floatingObject->renderer(), IntSize(xPositionForFloatIncludingMargin(floating… in addOverflowFromFloats()
2501 …child->addOverflowFromChild(floatingObject->renderer(), LayoutSize(xPositionForFloatIncludingMargi… in addOverhangingFloats()
DRenderTableSection.cpp1054 addOverflowFromChild(cell); in computeOverflowFromCells()
DRenderBlock.cpp1462 addOverflowFromChild(child); in addOverflowFromBlockChildren()
1479addOverflowFromChild(positionedObject, LayoutSize(positionedObject->x(), positionedObject->y())); in addOverflowFromPositionedObjects()
DRenderBox.cpp4157 void RenderBox::addOverflowFromChild(RenderBox* child, const LayoutSize& delta) in addOverflowFromChild() function in WebCore::RenderBox