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.h207 …void addOverflowFromChild(RenderBox* child) { addOverflowFromChild(child, child->locationOffset())… in addOverflowFromChild() function
208 void addOverflowFromChild(RenderBox* child, const LayoutSize& delta);
DRenderTable.cpp628 addOverflowFromChild(m_captions[i]); in addOverflowFromChildren()
632 addOverflowFromChild(section); in addOverflowFromChildren()
DRenderBlockFlow.cpp1537addOverflowFromChild(floatingObject->renderer(), IntSize(xPositionForFloatIncludingMargin(floating… in addOverflowFromFloats()
2356 …child->addOverflowFromChild(floatingObject->renderer(), LayoutSize(xPositionForFloatIncludingMargi… in addOverhangingFloats()
DRenderTableSection.cpp1046 addOverflowFromChild(cell); in computeOverflowFromCells()
DRenderBlock.cpp1594 addOverflowFromChild(child); in addOverflowFromBlockChildren()
1611addOverflowFromChild(positionedObject, LayoutSize(positionedObject->x(), positionedObject->y())); in addOverflowFromPositionedObjects()
DRenderBox.cpp4452 void RenderBox::addOverflowFromChild(RenderBox* child, const LayoutSize& delta) in addOverflowFromChild() function in WebCore::RenderBox