Home
last modified time | relevance | path

Searched refs:highestAncestorUnderCommonRoot (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
DRange.cpp609 static inline Node* highestAncestorUnderCommonRoot(Node* node, Node* commonRoot) in highestAncestorUnderCommonRoot() function
690 … RefPtr<Node> partialStart = highestAncestorUnderCommonRoot(m_start.container(), commonRoot.get()); in processContents()
691 RefPtr<Node> partialEnd = highestAncestorUnderCommonRoot(m_end.container(), commonRoot.get()); in processContents()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-162795 (WebCore::highestAncestorUnderCommonRoot): Added.
2796 (WebCore::Range::processContents): Calls highestAncestorUnderCommonRoot and