Searched refs:addChildIgnoringContinuation (Results 1 - 5 of 5) sorted by last modified time

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp354 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
363 return flow->addChildIgnoringContinuation(newChild, beforeChild);
368 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
370 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
371 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
810 return addChildIgnoringContinuation(newChild, beforeChild);
813 void RenderBlock::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) function in class:WebCore::RenderBlock
H A DRenderBlock.h343 void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild);
H A DRenderInline.cpp201 return addChildIgnoringContinuation(newChild, beforeChild);
236 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) function in class:WebCore::RenderInline
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(newChil
[all...]
H A DRenderInline.h109 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0);
H A DRenderObject.h206 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) { return addChild(newChild, beforeChild); } function in class:WebCore::RenderObject

Completed in 157 milliseconds