Lines Matching full:children
3692 fragment has a context element, store only the children of the root
6439 Test: fast/dom/HTMLOutputElement/htmloutputelement-children-removed.html
12071 Crash early if the children of fromItem look invalid.
14372 we recurse through all the child sibling boxes (when children are
14374 the children is a table with pending section recalc, we will access
14544 for every child node. If it finds problem for any children we must
27754 when the specified node can have children for editing purpose and return positionBeforeNode
30018 (WebCore::isValidStyleChild): Remove the COMMENT_NODE check as the HTML parser doesn't add COMMENT_NODEs as children of style blocks.
32515 will forward the query to all sink children. Our WebKitWebSrc however
32516 is a bin with only source children, therefore the query fails. Until
32552 children may cause infinite recursive <use>.
32807 (WebCore::AccessibilityScrollView::children):
33234 children may cause infinite recursive <use>.
38114 (WebCore::HTMLSelectElement::childrenChanged): setNeedsValidityCheck() after <select>'s children change.
40664 a loop to traverse children instead of calling each sibling from the first child.
41013 Change ContainerNode::willRemoveChildren to not fire mutation events for children
41020 (WebCore::willRemoveChildren): Don't fire mutation events for children added during a mutation event.
45139 avoid out-of-order removal of children.
47515 Helper for propagating overflow from specific types of children that occur on a line into the InlineFlowBox's overflow.