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

/external/webkit/Source/WebCore/editing/
H A DVisiblePosition.h82 Element* rootEditableElement() const { return m_deepPosition.isNotNull() ? m_deepPosition.deprecatedNode()->rootEditableElement() : 0; } function in class:WebCore::VisiblePosition
H A DVisibleSelection.cpp571 Element* VisibleSelection::rootEditableElement() const function in class:WebCore::VisibleSelection
H A DSelectionController.h67 Element* rootEditableElement() const { return m_selection.rootEditableElement(); } function in class:WebCore::SelectionController
H A Dhtmlediting.cpp165 return node->rootEditableElement();
214 return node->rootEditableElement();
435 Node* rootEditableElement = pos.deprecatedNode()->rootEditableElement(); local
436 for (Node* n = pos.deprecatedNode(); n && n->rootEditableElement() == rootEditableElement; n = n->parentNode())
451 Node* rootEditableElement = pos.deprecatedNode()->rootEditableElement(); local
452 for (Node* n = pos.deprecatedNode(); n && n->rootEditableElement() == rootEditableElement;
[all...]
/external/webkit/Source/WebCore/dom/
H A DNode.cpp1679 Element* Node::rootEditableElement() const function in class:WebCore::Node

Completed in 1320 milliseconds