Home
last modified time | relevance | path

Searched refs:copyToNewContainer (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.h54 …PassOwnPtr<FloatingObject> copyToNewContainer(LayoutSize, bool shouldPaint = false, bool isDescend…
DFloatingObjects.cpp88 PassOwnPtr<FloatingObject> FloatingObject::copyToNewContainer(LayoutSize offset, bool shouldPaint, … in copyToNewContainer() function in WebCore::FloatingObject
DRenderBlockFlow.cpp2444 m_floatingObjects->add(floatingObject->copyToNewContainer(offset)); in addIntrudingFloats()
2485 … m_floatingObjects->add(floatingObject->copyToNewContainer(offset, shouldPaint, true)); in addOverhangingFloats()