Home | History | Annotate | Download | only in rendering

Lines Matching refs:addChildIgnoringContinuation

292     return addChildIgnoringContinuation(newChild, beforeChild);
327 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild)
396 cloneInline->addChildIgnoringContinuation(children()->removeChildNode(this, tmp), 0);
423 cloneInline->addChildIgnoringContinuation(cloneChild, 0);
437 cloneInline->addChildIgnoringContinuation(inlineCurr->children()->removeChildNode(curr, tmp), 0);
535 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
544 return flow->addChildIgnoringContinuation(newChild, beforeChild);
549 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
551 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
552 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);