Lines Matching full:child
460 // case 2: node C (container B or an ancestor) is a child node of A
478 // case 3: node C (container A or an ancestor) is a child node of B
674 // In case 3, we grab everything after the start (up until a direct child
676 // a direct child of commonRoot) into rightContents. Then we process all
681 // child of commonRoot.
822 Node* processStart; // child of commonRoot
833 Node* processEnd; // child of commonRoot
951 // check each child node, not the DocumentFragment itself
1430 // FIXME: Do we need a check if the node would end up with a child node of a type not
1536 if (Node* child = m_start.container()->childNode(m_start.offset()))
1537 return child;
1580 if (Node* child = m_end.container()->childNode(m_end.offset()))
1581 return child;