Searched defs:commonAncestor (Results 1 – 6 of 6) sorted by relevance
110 Node* commonAncestor = range->commonAncestorContainer(); in elementForFormatBlockCommand() local
466 static inline HTMLElement* ancestorToRetainStructureAndAppearance(Node* commonAncestor) in ancestorToRetainStructureAndAppearance()471 …atic inline HTMLElement* ancestorToRetainStructureAndAppearanceWithNoRenderer(Node* commonAncestor) in ancestorToRetainStructureAndAppearanceWithNoRenderer()519 Node* commonAncestor = range->commonAncestorContainer(); in highestAncestorToWrapMarkup() local575 Node* commonAncestor = updatedRange->commonAncestorContainer(); in createMarkupInternal() local741 Node* commonAncestor = range->commonAncestorContainer(); in createFragmentFromMarkupWithContext() local
72 Node* commonAncestor; in sortBlock() local
1526 … RefPtrWillBeRawPtr<HTMLStackItem> commonAncestor = formattingElementRecord->next()->stackItem(); in callTheAdoptionAgency() local
417 Node* commonAncestor = commonAncestorContainer(containerA, containerB); in compareBoundaryPoints() local
907 Node* Node::commonAncestor(const Node& other, Node* (*parent)(const Node&)) in commonAncestor() function in blink::Node