Searched refs:removeChildNode (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderObjectChildList.h54 RenderObject* removeChildNode(RenderObject* owner, RenderObject*, bool fullRemove = true);
H A DRenderInline.cpp238 clone->addChildIgnoringContinuation(children()->removeChildNode(this, tmp), 0);
285 clone->addChildIgnoringContinuation(inlineCurr->children()->removeChildNode(curr, tmp), 0);
305 toBlock->children()->appendChildNode(toBlock, fromBlock->children()->removeChildNode(fromBlock, tmp));
344 pre->children()->appendChildNode(pre, block->children()->removeChildNode(block, no));
813 children()->removeChildNode(this, child);
H A DRenderObjectChildList.cpp69 RenderObject* RenderObjectChildList::removeChildNode(RenderObject* owner, RenderObject* oldChild, bool fullRemove) function in class:WebCore::RenderObjectChildList
H A DRenderBlock.cpp408 toChildList->appendChildNode(to, children()->removeChildNode(this, child, false), false);
415 toChildList->insertChildNode(to, children()->removeChildNode(this, child, false), beforeChild, false);
424 toChildList->appendChildNode(to, children()->removeChildNode(this, child, false), false);
439 toChildList->insertChildNode(to, children()->removeChildNode(this, child, false), beforeChild, false);
566 RenderBlock* anonBlock = toRenderBlock(children()->removeChildNode(this, child, false));
984 children()->removeChildNode(this, blockRunIn);
997 blockRunIn->children()->removeChildNode(blockRunIn, runInChild, false);
H A DRenderObject.cpp332 // We do this here instead of in removeChildNode, since the only extremely low-level uses of remove/appendChildNode
338 children->removeChildNode(this, oldChild);
1508 block->children()->appendChildNode(block, childlist->removeChildNode(parent(), this));

Completed in 73 milliseconds