Home
last modified time | relevance | path

Searched defs:commonRoot (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
DRange.cpp609 static inline Node* highestAncestorUnderCommonRoot(Node* node, Node* commonRoot) in highestAncestorUnderCommonRoot()
622 …atic inline Node* childOfCommonRootBeforeOffset(Node* container, unsigned offset, Node* commonRoot) in childOfCommonRootBeforeOffset()
679 RefPtr<Node> commonRoot = commonAncestorContainer(ec); in processContents() local
860 …ProcessDirection direction, PassRefPtr<Node> passedClonedContainer, Node* commonRoot, ExceptionCod… in processAncestorsAndTheirSiblings()