Home | History | Annotate | Download | only in rendering

Lines Matching defs:newObj

2296     OwnPtr<FloatingObject> newObj = FloatingObject::create(floatBox);
2312 setLogicalWidthForFloat(newObj.get(), logicalWidthForChild(floatBox) + marginStartForChild(floatBox) + marginEndForChild(floatBox));
2314 return m_floatingObjects->add(newObj.release());