Searched refs:highestAncestorUnderCommonRoot (Results 1 – 2 of 2) sorted by relevance
609 static inline Node* highestAncestorUnderCommonRoot(Node* node, Node* commonRoot) in highestAncestorUnderCommonRoot() function690 … RefPtr<Node> partialStart = highestAncestorUnderCommonRoot(m_start.container(), commonRoot.get()); in processContents()691 RefPtr<Node> partialEnd = highestAncestorUnderCommonRoot(m_end.container(), commonRoot.get()); in processContents()
2795 (WebCore::highestAncestorUnderCommonRoot): Added.2796 (WebCore::Range::processContents): Calls highestAncestorUnderCommonRoot and