copyToNewContainer   54 Source/core/rendering/FloatingObjects.h     PassOwnPtr<FloatingObject> copyToNewContainer(LayoutSize, bool shouldPaint = false, bool isDescendant = false) const;
copyToNewContainer 2440 Source/core/rendering/RenderBlockFlow.cpp                 m_floatingObjects->add(floatingObject->copyToNewContainer(offset));
copyToNewContainer 2483 Source/core/rendering/RenderBlockFlow.cpp                 m_floatingObjects->add(floatingObject->copyToNewContainer(offset, shouldPaint, true));