Lines Matching refs:children
56 // Make sure to destroy anonymous children first while they are still connected to the rest of the tree, so that they will
58 children()->destroyLeftoverChildren();
60 // Destroy our continuation before anything other than anonymous children.
61 // The reason we don't destroy it before anonymous children is that they may
62 // have continuations of their own that are anonymous children of our continuation.
79 // lines aren't pointing to deleted children. If the first line box does
134 children()->updateBeforeAfterContent(this, BEFORE);
135 children()->updateBeforeAfterContent(this, AFTER);
188 // the children after |beforeChild| and put them in a clone of this object.
203 children()->updateBeforeAfterContent(this, AFTER);
232 // Now take all of the children from beforeChild to the end and remove
238 clone->addChildIgnoringContinuation(children()->removeChildNode(this, tmp), 0);
277 inlineCurr->children()->updateBeforeAfterContent(this, AFTER);
279 // Now we need to take all of the children starting from the first child
285 clone->addChildIgnoringContinuation(inlineCurr->children()->removeChildNode(curr, tmp), 0);
297 toBlock->children()->appendChildNode(toBlock, clone);
299 // Now take all the children after currChild and remove them from the fromBlock
305 toBlock->children()->appendChildNode(toBlock, fromBlock->children()->removeChildNode(fromBlock, tmp));
334 block->children()->insertChildNode(block, pre, boxFirst);
335 block->children()->insertChildNode(block, newBlockBox, boxFirst);
336 block->children()->insertChildNode(block, post, boxFirst);
344 pre->children()->appendChildNode(pre, block->children()->removeChildNode(block, no));
387 // block box holding block children.
813 children()->removeChildNode(this, child);