Searched defs:rootEditableElement (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebCore/editing/
H A DVisiblePosition.h85 Element* rootEditableElement() const { return m_deepPosition.isNotNull() ? m_deepPosition.node()->rootEditableElement() : 0; } function in class:WebCore::VisiblePosition
H A DSelectionController.h49 Element* rootEditableElement() const { return m_selection.rootEditableElement(); } function in class:WebCore::SelectionController
H A DVisibleSelection.cpp577 Element* VisibleSelection::rootEditableElement() const function in class:WebCore::VisibleSelection
H A Dhtmlediting.cpp165 return node->rootEditableElement();
214 return node->rootEditableElement();
503 Node* rootEditableElement = pos.node()->rootEditableElement(); local
504 for (Node* n = pos.node(); n && n->rootEditableElement() == rootEditableElement; n = n->parentNode())
519 Node* rootEditableElement = pos.node()->rootEditableElement(); local
520 for (Node* n = pos.node(); n && n->rootEditableElement() == rootEditableElement;
[all...]
/external/webkit/WebCore/dom/
H A DNode.cpp1564 Element* Node::rootEditableElement() const function in class:WebCore::Node

Completed in 37 milliseconds