HomeSort by relevance Sort by last modified time
    Searched refs:commonAncestorContainer (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebKit/win/Interfaces/
DOMRange.idl 95 - (DOMNode *)commonAncestorContainer;
97 HRESULT commonAncestorContainer([out, retval] IDOMNode** container);
  /external/webkit/Source/WebCore/dom/
Range.h 61 Node* commonAncestorContainer(ExceptionCode&) const;
62 static Node* commonAncestorContainer(Node* containerA, Node* containerB);
Range.idl 36 readonly attribute Node commonAncestorContainer
Range.cpp 164 Node* Range::commonAncestorContainer(ExceptionCode& ec) const
171 return commonAncestorContainer(m_start.container(), m_end.container());
174 Node* Range::commonAncestorContainer(Node* containerA, Node* containerB)
420 Node* thisCont = commonAncestorContainer(ec);
423 Node* sourceCont = sourceRange->commonAncestorContainer(ec);
518 Node* commonAncestor = commonAncestorContainer(containerA, containerB);
679 RefPtr<Node> commonRoot = commonAncestorContainer(ec);
    [all...]
  /external/webkit/Source/WebCore/editing/
FormatBlockCommand.cpp 104 Node* commonAncestor = range->commonAncestorContainer(ec);
DeleteButtonController.cpp 157 Node* container = range->commonAncestorContainer(ec);
markup.cpp 482 Node* commonAncestor = range->commonAncestorContainer(ec);
551 Node* commonAncestor = updatedRange->commonAncestorContainer(ec);
    [all...]
htmlediting.cpp 571 Node* ancestor = range->commonAncestorContainer(ec);// find the cloeset common ancestor
    [all...]
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
TextPrompt.js 199 var isEmptyInput = selectionRange.commonAncestorContainer === this.element; // this.element has no child Text nodes.
204 if (!auto && !isEmptyInput && !selectionRange.commonAncestorContainer.isDescendant(this.element))
StylesSidebarPane.js     [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
PasteboardMac.mm 142 Node* commonAncestor = selectedRange->commonAncestorContainer(ec);
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]

Completed in 2655 milliseconds