Home | History | Annotate | Download | only in rendering

Lines Matching refs:addChildIgnoringContinuation

290     virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) { return addChild(newChild, beforeChild); }