Home | History | Annotate | Download | only in rendering

Lines Matching defs:addChildIgnoringContinuation

201     return addChildIgnoringContinuation(newChild, beforeChild);
236 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild)
295 clone->addChildIgnoringContinuation(children()->removeChildNode(this, tmp), 0);
322 clone->addChildIgnoringContinuation(cloneChild, 0);
342 clone->addChildIgnoringContinuation(inlineCurr->children()->removeChildNode(curr, tmp), 0);
441 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
450 return flow->addChildIgnoringContinuation(newChild, beforeChild);
455 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
457 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
459 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);