Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DFormatBlockCommand.cpp104 Node* commonAncestor = range->commonAncestorContainer(ec); in elementForFormatBlockCommand() local
Dmarkup.cpp394 static Node* ancestorToRetainStructureAndAppearance(Node* commonAncestor) in ancestorToRetainStructureAndAppearance()
482 Node* commonAncestor = range->commonAncestorContainer(ec); in highestAncestorToWrapMarkup() local
551 Node* commonAncestor = updatedRange->commonAncestorContainer(ec); in createMarkup() local
/external/webkit/Source/WebCore/xml/
DXPathNodeSet.cpp56 Node* commonAncestor; in sortBlock() local
/external/webkit/Source/WebCore/html/parser/
DHTMLTreeBuilder.cpp1635 ContainerNode* commonAncestor = formattingElementRecord->next()->node(); in callTheAdoptionAgency() local
/external/webkit/Source/WebCore/dom/
DRange.cpp518 Node* commonAncestor = commonAncestorContainer(containerA, containerB); in compareBoundaryPoints() local
/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp3780 static RenderObject* commonAncestor(RenderObject* obj1, RenderObject* obj2) in scrollTo() function