Home | History | Annotate | Download | only in rendering

Lines Matching defs:addChildIgnoringContinuation

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