Lines Matching refs:children
55 // Tests whether all children in the base before beforeChild are either floated/positioned,
57 // Note that beforeChild may be 0, in which case all children are looked at.
67 // This function removes all children that are before (!) beforeChild
72 // Inline children might be wrapped in an anonymous block if there's a continuation.
92 // The standard and easy case: move the children into the target base
102 toBase->children()->appendChildNode(toBase, toBlock);
105 // Move our inline children into the target block we determined above.
107 moveChildTo(toBlock, toBlock->children(), child);
122 anonBlock->moveAllChildrenTo(toBase, toBase->children());
127 moveChildTo(toBase, toBase->children(), child);
131 // Moving block children -> have to set toBase as block flow
133 // Move children, potentially collapsing anonymous block wrappers.
136 // Now we need to check if the leftover children are all inline.
149 // Move inline children out of anonymous block.
150 anonBlock->moveAllChildrenTo(this, children(), anonBlock);
163 // This function removes all children that are before fromBeforeChild and appends them to toBase.
179 anonBlockHere->moveAllChildrenTo(anonBlockThere, anonBlockThere->children());
183 // Move all remaining children normally.
185 moveChildTo(toBase, toBase->children(), child);