Searched refs:commonAncestorContainer (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebKit/win/Interfaces/
H A DDOMRange.idl95 - (DOMNode *)commonAncestorContainer;
97 HRESULT commonAncestorContainer([out, retval] IDOMNode** container);
/external/webkit/WebCore/dom/
H A DRange.h60 Node* commonAncestorContainer(ExceptionCode&) const;
61 static Node* commonAncestorContainer(Node* containerA, Node* containerB);
H A DRange.idl36 readonly attribute Node commonAncestorContainer
H A DRange.cpp151 Node* Range::commonAncestorContainer(ExceptionCode& ec) const function in class:WebCore::Range
158 return commonAncestorContainer(m_start.container(), m_end.container());
161 Node* Range::commonAncestorContainer(Node* containerA, Node* containerB) function in class:WebCore::Range
400 Node* thisCont = commonAncestorContainer(ec);
403 Node* sourceCont = sourceRange->commonAncestorContainer(ec);
498 Node* commonAncestor = commonAncestorContainer(containerA, containerB);
601 Node* commonRoot = commonAncestorContainer(ec);
1496 if (!commonAncestorContainer(ec) || ec)
/external/webkit/WebCore/editing/
H A DDeleteButtonController.cpp153 Node* container = range->commonAncestorContainer(ec);
H A Dhtmlediting.cpp639 Node* ancestor = range->commonAncestorContainer(ec);// find the cloeset common ancestor
H A Dmarkup.cpp818 Node* commonAncestor = updatedRange->commonAncestorContainer(ec);
/external/webkit/WebCore/inspector/front-end/
H A DTextPrompt.js182 if (!selectionRange.commonAncestorContainer.isDescendant(this.element))
H A DStylesSidebarPane.js1151 if (selectionRange.commonAncestorContainer !== this.listItemElement && !selectionRange.commonAncestorContainer.isDescendant(this.listItemElement))
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1150 @property(readonly, retain) DOMNode *commonAncestorContainer; variable

Completed in 100 milliseconds