Searched refs:addChildIgnoringContinuation (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderInline.cpp | 277 return addChildIgnoringContinuation(newChild, beforeChild); in addChild() 312 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) in addChildIgnoringContinuation() function in WebCore::RenderInline 377 cloneInline->addChildIgnoringContinuation(children()->removeChildNode(this, tmp), 0); in splitInlines() 404 cloneInline->addChildIgnoringContinuation(cloneChild, 0); in splitInlines() 418 … cloneInline->addChildIgnoringContinuation(inlineCurr->children()->removeChildNode(curr, tmp), 0); in splitInlines() 516 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation() 525 return flow->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation() 530 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation() 532 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append. in addChildToContinuation() 533 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation()
|
D | RenderInline.h | 128 …virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) O…
|
D | RenderBlock.cpp | 446 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation() 457 flow->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation() 464 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation() 468 flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append. in addChildToContinuation() 471 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild); in addChildToContinuation() 627 cloneBlock->addChildIgnoringContinuation(cloneChild, 0); in splitBlocks() 910 addChildIgnoringContinuation(newChild, beforeChild); in addChild() 913 void RenderBlock::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) in addChildIgnoringContinuation() function in WebCore::RenderBlock
|
D | RenderBlock.h | 365 …virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) OVERR…
|
D | RenderObject.h | 264 …virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) {…
|