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.cpp266 return addChildIgnoringContinuation(newChild, beforeChild); in addChild()
301 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) in addChildIgnoringContinuation() function in WebCore::RenderInline
366 cloneInline->addChildIgnoringContinuation(children()->removeChildNode(this, tmp), 0); in splitInlines()
393 cloneInline->addChildIgnoringContinuation(cloneChild, 0); in splitInlines()
407 … cloneInline->addChildIgnoringContinuation(inlineCurr->children()->removeChildNode(curr, tmp), 0); in splitInlines()
505 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
514 return flow->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
519 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
521 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append. in addChildToContinuation()
522 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
DRenderInline.h125 …virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) O…
DRenderBlock.cpp366 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
377 flow->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
384 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
388 flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append. in addChildToContinuation()
391 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
547 cloneBlock->addChildIgnoringContinuation(cloneChild, 0); in splitBlocks()
830 addChildIgnoringContinuation(newChild, beforeChild); in addChild()
833 void RenderBlock::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) in addChildIgnoringContinuation() function in WebCore::RenderBlock
DRenderBlock.h507 void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild);
DRenderObject.h264 …virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) {…