Searched defs:addChildIgnoringContinuation (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp292 return addChildIgnoringContinuation(newChild, beforeChild);
327 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) function in class:blink::RenderInline
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(newChil
[all...]
H A DRenderObject.h290 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) { return addChild(newChild, beforeChild); } function in class:blink::RenderObject
H A DRenderBlock.cpp465 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
476 flow->addChildIgnoringContinuation(newChild, beforeChild);
483 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
487 flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
490 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
646 cloneBlock->addChildIgnoringContinuation(cloneChild, 0);
929 addChildIgnoringContinuation(newChild, beforeChild);
932 void RenderBlock::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) function in class:blink::RenderBlock

Completed in 483 milliseconds