Searched defs:commonAncestor (Results 1 – 6 of 6) sorted by relevance
104 Node* commonAncestor = range->commonAncestorContainer(ec); in elementForFormatBlockCommand() local
394 static Node* ancestorToRetainStructureAndAppearance(Node* commonAncestor) in ancestorToRetainStructureAndAppearance()482 Node* commonAncestor = range->commonAncestorContainer(ec); in highestAncestorToWrapMarkup() local551 Node* commonAncestor = updatedRange->commonAncestorContainer(ec); in createMarkup() local
56 Node* commonAncestor; in sortBlock() local
1635 ContainerNode* commonAncestor = formattingElementRecord->next()->node(); in callTheAdoptionAgency() local
518 Node* commonAncestor = commonAncestorContainer(containerA, containerB); in compareBoundaryPoints() local
3780 static RenderObject* commonAncestor(RenderObject* obj1, RenderObject* obj2) in scrollTo() function