Home
last modified time | relevance | path

Searched refs:addChildIgnoringContinuation (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp292 return addChildIgnoringContinuation(newChild, beforeChild); in addChild()
327 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) in addChildIgnoringContinuation() function in blink::RenderInline
396 cloneInline->addChildIgnoringContinuation(children()->removeChildNode(this, tmp), 0); in splitInlines()
423 cloneInline->addChildIgnoringContinuation(cloneChild, 0); in splitInlines()
437 … cloneInline->addChildIgnoringContinuation(inlineCurr->children()->removeChildNode(curr, tmp), 0); in splitInlines()
535 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
544 return flow->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
549 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
551 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append. in addChildToContinuation()
552 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
DRenderInline.h128 …virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) O…
DRenderBlock.cpp465 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
476 flow->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
483 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
487 flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append. in addChildToContinuation()
490 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
646 cloneBlock->addChildIgnoringContinuation(cloneChild, 0); in splitBlocks()
929 addChildIgnoringContinuation(newChild, beforeChild); in addChild()
932 void RenderBlock::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) in addChildIgnoringContinuation() function in blink::RenderBlock
DRenderBlock.h356 …virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) OVERR…
DRenderObject.h290 …virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) {…