Searched refs:addChildIgnoringContinuation (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderInline.cpp | 292 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()
|
D | RenderInline.h | 128 …virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) O…
|
D | RenderBlock.cpp | 465 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
|
D | RenderBlock.h | 356 …virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) OVERR…
|
D | RenderObject.h | 290 …virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) {…
|