Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DFormatBlockCommand.cpp110 Node* commonAncestor = range->commonAncestorContainer(); in elementForFormatBlockCommand() local
Dmarkup.cpp466 static inline HTMLElement* ancestorToRetainStructureAndAppearance(Node* commonAncestor) in ancestorToRetainStructureAndAppearance()
471 …atic inline HTMLElement* ancestorToRetainStructureAndAppearanceWithNoRenderer(Node* commonAncestor) in ancestorToRetainStructureAndAppearanceWithNoRenderer()
519 Node* commonAncestor = range->commonAncestorContainer(); in highestAncestorToWrapMarkup() local
575 Node* commonAncestor = updatedRange->commonAncestorContainer(); in createMarkupInternal() local
741 Node* commonAncestor = range->commonAncestorContainer(); in createFragmentFromMarkupWithContext() local
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathNodeSet.cpp72 Node* commonAncestor; in sortBlock() local
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLTreeBuilder.cpp1526 … RefPtrWillBeRawPtr<HTMLStackItem> commonAncestor = formattingElementRecord->next()->stackItem(); in callTheAdoptionAgency() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.cpp417 Node* commonAncestor = commonAncestorContainer(containerA, containerB); in compareBoundaryPoints() local
DNode.cpp907 Node* Node::commonAncestor(const Node& other, Node* (*parent)(const Node&)) in commonAncestor() function in blink::Node